Whether or not this object
Climb a ladder on the map by its ID.
Emits a player.climbladder
event.
The ID of the ladder to climb.
Despawns the component from the room it belongs in.
Enter a vent on the map by its ID.
Emits a player.entervent
event.
The ID of the vent to enter.
Exit a vent (Does not have to be the same vent or in the same network as the vent you entered).
Emits a player.exitvent
event.
The ID of the vent to exit.
Get a certain component from the object.
The component class to get.
Spawn this component if does not exist in the room it belongs in.
The dirty state of this component.
Flags for this object, see SpawnFlag.
The net ID of this component.
The ID of the owner of this component.
The player that this component belongs to.
The room that this component belongs to.
The type of object that this component belongs to.
The ID of the vent that the player is currently in.
Generated using TypeDoc
Represents a player object for handling vent entering and exiting.
See PlayerPhysicsEvents for events to listen to.