Template:I VBaseTrigger: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{I EnableDisable}} {{I Toggle}} {{IO|ToggleFlagClient|Toggle client's ability to use this trigger.}} {{IO|ToggleFlagNPC|Toggle NPC's ability to use this trigger.}} {{IO|Enabl...") |
m (→top: Substituted IO templates) |
||
Line 1: | Line 1: | ||
{{I EnableDisable}} | {{I EnableDisable}} | ||
{{I Toggle}} | {{I Toggle}} | ||
{{ | {{I|ToggleFlagClient|Toggle client's ability to use this trigger.}} | ||
{{ | {{I|ToggleFlagNPC|Toggle NPC's ability to use this trigger.}} | ||
{{ | {{I|EnableFlagClient|EnableFlagClient.}} | ||
{{ | {{I|EnableFlagNPC|Enable NPC's ability to use this trigger.}} | ||
{{ | {{I|DisableFlagClient|Disable client's ability to use this trigger.}} | ||
{{ | {{I|DisableFlagNPC|Disable NPC's ability to use this trigger.}} | ||
<noinclude> | <noinclude> | ||
[[Category:Input Templates|VBaseTrigger]] | [[Category:Input Templates|VBaseTrigger]] | ||
</noinclude> | </noinclude> |
Latest revision as of 12:57, 21 April 2025
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.
Toggle:
- Toggle
- Toggle the enabled/disabled status of this entity.
- ToggleFlagClient
- Toggle client's ability to use this trigger.
- ToggleFlagNPC
- Toggle NPC's ability to use this trigger.
- EnableFlagClient
- EnableFlagClient.
- EnableFlagNPC
- Enable NPC's ability to use this trigger.
- DisableFlagClient
- Disable client's ability to use this trigger.
- DisableFlagNPC
- Disable NPC's ability to use this trigger.