Call_PushFloatRef Function

Pushes a float by reference onto the current call.

void Call_PushFloatRef(float& value)

Parameters

float& value

Floating point reference to push.

Errors

Called before a call has been started.

Notes

Cannot be used before a call has been started.