ActionFunctionRegister.fromTeleport constructor

ActionFunctionRegister.fromTeleport(
  1. Uint8List data
)

Implementation

factory ActionFunctionRegister.fromTeleport(Uint8List data) => ActionFunctionRegister.fromReader(TeleportObjectReader.create(data));