Click or drag to resize

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
)

Parameters

aSLObject
Type: ASLASLObject
Object to be added

Return Value

Type: Int32
returns index of the object. Returns -1 if the object is already being handled or if not physicsMaster.
See Also