Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_System::GetPhysicalEntitiesInBox Method
Syntax
C++
int GetPhysicalEntitiesInBox(IFunctionHandler * pH, Vec3 center, float radius);
Parameters 
Description 
float radius 
Radius of the sphere. ! Gets all the entities contained into the specified area.
!return all entities contained in a certain radius @param oVec center of the sphere @param fRadius length of the radius @return a table filled with all entities contained in the specified radius 
centre 
Centre position vector for the area where to look at entities. !  

!

System.GetPhysicalEntitiesInBox( centre, radius )

!

Copyright (c) 2012. All rights reserved.