ScenePrivate.CreateClusterHandler

ScenePrivate.CreateClusterHandler Delegate

Handler for CreateCluster

Syntax

[Sansar.Script.Interface]
[System.Obsolete("Deprecated. Use the Action<> overload", false)]
public delegate void ScenePrivate.CreateClusterHandler (bool Success, string Message, Cluster ClusterReference)

Parameters

Success
Indicates if the operation was successful
Message
Additional information about the result, usually null or empty if Success is true.
ClusterReference
The cluster object which was created as a result of the create call.Will be null if Success is false.

Remarks

 

Requirements

Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.