Click or drag to resize

CreateObject_Example Methods

The CreateObject_Example type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClaimRecoveryFunction
A function that is called when an ASL object's claim is rejected. This function can be set to be called upon object creation.
Public methodStatic memberMyFloatsFunction
A function that is called whenever an ASL object calls [!:ASL.ASLObject.SendFloatArray(float[])]. This function can be assigned to an ASL object upon creation.
Private methodStart
Initialize values
Private methodUpdate
Scene Logic
Public methodStatic memberWhatToDoWithMyGameObjectNowThatItIsCreated
This function is how you get a handle to the object you just created
Public methodStatic memberWhatToDoWithMyOtherGameObjectNowThatItIsCreated
A function that is called right after an ASL game object is created if that object was passed in the class name and function name of this function. This is called immediately upon creation, allowing the user a way to access their newly created object after the server has spawned it
Top
See Also