Click or drag to resize

ASLObjectFloatCallback Delegate

Delegate for the Float callback function

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void FloatCallback(
	string _id,
	float[] _f
)

Parameters

_id
Type: SystemString
The id of the object that called [!:ASLObject.SendFloatArray(float[])]
_f
Type: SystemSingle
The float(s) to be passed into the user defined function
See Also

Reference