|
Barotrauma Client
|
Public Member Functions | |
| override string | ToString () |
| MalfunctionEvent (EventPrefab prefab, int seed) | |
| override void | Update (float deltaTime) |
Public Member Functions inherited from Barotrauma.Event | |
| override string | ToString () |
| Event (EventPrefab prefab, int seed) | |
| virtual IEnumerable< ContentFile > | GetFilesToPreload () |
| void | Init (EventSet parentSet=null) |
| virtual string | GetDebugInfo () |
| virtual void | Finish () |
| virtual bool | LevelMeetsRequirements () |
Protected Member Functions | |
| override void | InitEventSpecific (EventSet parentSet) |
Protected Member Functions inherited from Barotrauma.Event | |
Additional Inherited Members | |
Public Attributes inherited from Barotrauma.Event | |
| readonly int | RandomSeed |
| Func< Level.InterestingPosition, bool > | SpawnPosFilter |
Protected Attributes inherited from Barotrauma.Event | |
| bool | isFinished |
| readonly EventPrefab | prefab |
Properties inherited from Barotrauma.Event | |
| EventPrefab | Prefab [get] |
| EventSet | ParentSet [get] |
| bool | Initialized [get] |
| bool | IsFinished [get] |
| virtual Vector2 | DebugDrawPos [get] |
Events inherited from Barotrauma.Event | |
| Action | Finished |
| Barotrauma.MalfunctionEvent.MalfunctionEvent | ( | EventPrefab | prefab, |
| int | seed ) |
|
protectedvirtual |
Reimplemented from Barotrauma.Event.
| override string Barotrauma.MalfunctionEvent.ToString | ( | ) |
|
virtual |
Reimplemented from Barotrauma.Event.