| ASL_AutonomousObjectHandlerAddAutonomousObject Method |
Adds aSLObject to the list of objects to be handled by this object. NOTE: This list will be reset on SceneLoad.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public int AddAutonomousObject(
ASLObject aSLObject
)
Public Function AddAutonomousObject (
aSLObject As ASLObject
) As Integer
public:
int AddAutonomousObject(
ASLObject^ aSLObject
)
member AddAutonomousObject :
aSLObject : ASLObject -> int
Parameters
- aSLObject
- Type: ASLASLObject
Object to be added
Return Value
Type:
Int32returns index of the object. Returns -1 if the object is already being handled or if not physicsMaster.
See Also