Struct CharacterSceneChangeRequestBroadcast
Broadcast for requesting a character scene change via a teleporter. Contains the source teleporter and target teleporter names.
public struct CharacterSceneChangeRequestBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
FromTeleporter
Name of the teleporter the character is coming from.
public string FromTeleporter
Field Value
TeleporterName
Name of the teleporter the character is going to.
public string TeleporterName