DebrisSpawnEvent
Inherits from EntityEvent
Summary
Constructors
DebrisSpawnEvent(eventId: int, min: float, max: float, current: float) |
DebrisSpawnEvent(eventName: string, min: float, max: float, current: float) |
Properties
Name | Type |
---|---|
min | float |
max | float |
current | float |
Constructors
DebrisSpawnEvent
DebrisSpawnEvent(eventId: int, min: float, max: float, current: float)
Parameters
Name | Type | Description |
---|---|---|
eventId | int | |
min | float | |
max | float | |
current | float |
DebrisSpawnEvent
DebrisSpawnEvent(eventName: string, min: float, max: float, current: float)
Parameters
Name | Type | Description |
---|---|---|
eventName | string | |
min | float | |
max | float | |
current | float |
Properties
min
float
max
float
current
float
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)