Native referenceRedMclient

_ADD_COVER_BLOCKING_AREA

0x733077295AB51304 AICOVERPOINT
FUNCTION SIGNATURE
void _ADD_COVER_BLOCKING_AREA(Any* args);
Property Value
Native Name _ADD_COVER_BLOCKING_AREA
Hash 0x733077295AB51304
Return Type void
Build 1207
API Set client
Parameters args (Any*)

Description: args: f_0 = Volume Handle f_1 = integer (?) (only the number 1 is ever used here, or is not used at all) f_2 = integer (-1 to 32 in R* Scripts)

@alignas(8)
struct unk {
  int m_volumeHandle;
  bool m_unk;
  // seems to be the same flags that are used in ADD_COVER_BLOCKING_AREA, the ordering
  // is also the same, but has an extra flag it can use (2, 4, 8, 16) 
  u32 m_unkFlag;
}

Usage

Lua (Direct):

AddCoverBlockingArea(args)

Lua (Hash):

Citizen.InvokeNative(0x733077295AB51304, args)
Back to AICOVERPOINT