Entity::wouldEntityBeOccluded
Jump to navigation
Jump to search
First parameter was previously an Entity but after further research it is definitely a hash.
Syntax
mp.game.entity.wouldEntityBeOccluded(hash, x, y, z, p4);Required Arguments
- hash: Model hash or name
- x: float
- y: float
- z: float
- p4: Boolean
Return value
- Boolean
Example
// todo