Click or drag to resize

ASL_AutonomousObjectHandlerRemoveAutonomousObject Method

Removes aSLObject from the list of objects handled by this object.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void RemoveAutonomousObject(
	ASLObject aSLObject
)

Parameters

aSLObject
Type: ASLASLObject
Object to be removed.
See Also