Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 492 Bytes

IsEntityAtEntity.md

File metadata and controls

26 lines (22 loc) · 492 Bytes
ns
ENTITY

IS_ENTITY_AT_ENTITY

// 0x751B70C3D034E187 0xDABDCB52
BOOL IS_ENTITY_AT_ENTITY(Entity entity1, Entity entity2, float xSize, float ySize, float zSize, BOOL p5, BOOL p6, int p7);
Checks if entity1 is within the box defined by x/y/zSize of entity2.  
Last three parameters are almost alwasy p5 = 0, p6 = 1, p7 = 0  

Parameters

  • entity1:
  • entity2:
  • xSize:
  • ySize:
  • zSize:
  • p5:
  • p6:
  • p7:

Return value