Returns quantized world-bound-box of Entity.
[out] | mins | vector minimum point of bounding box |
[out] | maxs | vector maximum point of bounding box Man player = g_Game.GetPlayer();
vector mins, maxs;
player.GetWorldBounds( mins, maxs );
Print( mins );
Print( maxs );
>> <2547.2,15.5478,2852.85>
>> <2548.8,17.5478,2855.05>
Определения EnConvert.c:106 |