API Referenceglobal
GenericEventclass
object→GenericEvent
Constructors1
Showing 1 constructors
public GenericEvent(string Type, int Int, float Float, string String, Vector3 Vector)
| Parameter | Type | Description |
|---|---|---|
| Type | string | — |
| Int | int | — |
| Float | float | — |
| String | string | — |
| Vector | Vector3 | — |
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties5
Showing 5 properties
public float Sandbox.SceneModel.GenericEvent.Float { get; set; }
Returns:
float—public int Sandbox.SceneModel.GenericEvent.Int { get; set; }
Returns:
int—public string Sandbox.SceneModel.GenericEvent.String { get; set; }
Returns:
string—public string Sandbox.SceneModel.GenericEvent.Type { get; set; }
Returns:
string—public Vector3 Sandbox.SceneModel.GenericEvent.Vector { get; set; }
No results match this filter.