mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-07-06 17:35:00 +03:00
Updated trigger_once (markdown)
parent
a4a08a1688
commit
b763d85845
@ -1,15 +1,30 @@
|
|||||||
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<h4 align="center" style="font-weight: 600;">Trigger_once</h4>
|
<h4 align="center" style="font-weight: 600;">Trigger_once</h4>
|
||||||
<img src="https://cloud.githubusercontent.com/assets/5860435/18866048/4ddc49d4-84c8-11e6-999f-69da67ea53d5.jpg" />
|
<img src="https://cloud.githubusercontent.com/assets/5860435/18866048/4ddc49d4-84c8-11e6-999f-69da67ea53d5.jpg" />
|
||||||
<p align="center">Brush entity</p><br/><br/><br/><br/><br/>
|
<p align="center">Brush entity</p><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<h3>Description</h3>
|
<h3>Description</h3>
|
||||||
<ul>A simple brush-based trigger which triggers its target once when a players enters it - never a second time in the round.</ul>
|
<ul>A simple brush-based trigger which triggers its target once when a players enters it - never a second time in the round.</ul>
|
||||||
|
|
||||||
|
<h3>Properties</h3>
|
||||||
|
<ul>
|
||||||
|
<blockquote>
|
||||||
|
Name - <i>(targetname) (String)</i>
|
||||||
|
<ul>The targetname that other entities refer to this entity by.</ul>
|
||||||
|
<hr>
|
||||||
|
Delay before trigger - <i>(delay) (Integer)</i>
|
||||||
|
<ul>Usually the time in seconds before an entity should trigger its target (after being triggered itself).</ul>
|
||||||
|
<hr>
|
||||||
|
Target - <i>(target) (Integer)</i>
|
||||||
|
<ul>When an entity is activated, it triggers the entity with the name specified by Target.</ul>
|
||||||
|
<hr>
|
||||||
|
Master - <i>(master) (String)</i>
|
||||||
|
<ul>The name of a multisource (or game_team_master) entity. A master must usually be active in order for the entity to work. Thus they act almost like an on/off switch, in their simplest form, and like an AND gate in the case of the multisource.</ul>
|
||||||
|
</blockquote>
|
||||||
|
</ul>
|
||||||
<h3>Entity spawnflags</h3>
|
<h3>Entity spawnflags</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1: "Monsters": If set, monsters can trigger this.</li>
|
<li>1: "Monsters": If set, monsters can trigger this.</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user