Difference between revisions of "099D"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | games = {{Icon|SA}} | |
− | ''' | + | | command = IS_NIGHT_VISION_ACTIVE |
+ | | description = Checks if night vision is active | ||
+ | | syntax1 = 099D: night_vision_enabled | ||
+ | | p1t = [''none''] | ||
+ | }} | ||
− | This opcode returns true if a player wears | + | This opcode returns true if night vision is active, which usually happens when a player wears night vision googles. |
− | ==Keywords== | + | == Keywords == |
− | night vision | + | check, night, vision, enabled, active |
− | [[ | + | == See also == |
+ | * {{Icon|SA}} [[08B1]], sets night vision |
Revision as of 21:14, 17 June 2016
- Description
- Checks if night vision is active
- Syntax
- 099D: night_vision_enabled
- Parameter
- [none]
This opcode returns true if night vision is active, which usually happens when a player wears night vision googles.
Keywords
check, night, vision, enabled, active
See also
- 08B1, sets night vision