Category: Objects
/ Status
Since engine version: 5.1 OC
| Constant | Value | Meaning |
|---|---|---|
| PHYS_Current | 0 | In object context: The properties are queried in the currently active mode (temporary or permanent) of the object. This mode is the only one working also for objects without object info. In definition context: The standard values of the definitions are queried. |
| PHYS_Permanent | 1 | The permanent properties stored in the player file are queried. This is only possible for player crew members. |
| PHYS_Temporary | 2 | The temporary properties are queried if they exist. |