Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 519 Bytes

DoorSystemSetAutomaticRate.md

File metadata and controls

19 lines (15 loc) · 519 Bytes
ns aliases
OBJECT
0x03C27E13B42A0E82

DOOR_SYSTEM_SET_AUTOMATIC_RATE

// 0x03C27E13B42A0E82 0x4F44AF21
void DOOR_SYSTEM_SET_AUTOMATIC_RATE(Hash doorHash, float rate, BOOL requestDoor, BOOL forceUpdate);

Includes networking check: ownership vs. or the door itself isn't networked.

Parameters

  • doorHash: Door system identifier
  • rate:
  • requestDoor:
  • forceUpdate: On true invokes DOOR_SYSTEM_SET_DOOR_STATE; otherwise requestDoor is unused.