| StressTest_FightOverFiveObjectsControllerStopClients Method |
Using ASL SendFloat callback, stop all movement in the scene to compare positions
Namespace:
StressTesting
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void StopClients(
string _id,
float[] f
)
Public Sub StopClients (
_id As String,
f As Single()
)
public:
void StopClients(
String^ _id,
array<float>^ f
)
member StopClients :
_id : string *
f : float32[] -> unit
Parameters
- _id
- Type: SystemString
The id of the object that sent these floats - f
- Type: SystemSingle
The 4 floats that were sent
See Also