Click or drag to resize

CreateObject_ExampleMyFloatsFunction Method

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.

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void MyFloatsFunction(
	string _id,
	float[] _myFloats
)

Parameters

_id
Type: SystemString
_myFloats
Type: SystemSingle
See Also