| ASL_AutonomousObjectSetAutonomousObjectIndex Method |
Sets the autonomousObjectIndex equal to index.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetAutonomousObjectIndex(
int index
)
Public Sub SetAutonomousObjectIndex (
index As Integer
)
public:
void SetAutonomousObjectIndex(
int index
)
member SetAutonomousObjectIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of this object in the ASL_AutonomousObjectHandler
See Also