isEPE (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.22
Description
- Description:
- Checks whether an object is simulated using External Physical Engine (PhysX).
Syntax
- Syntax:
- isEPE object
- Parameters:
- object: Object -
- Return Value:
- Boolean - true for carx and thingx items, false otherwise.
Examples
- Example 1:
_carIsEPE = IsEPE car
Additional Information
- Multiplayer:
- Behaviour unknown.

