Ru/Keyvalue/Targetname

From Valve Developer Community
< Ru‎ | Keyvalue
Revision as of 13:29, 21 January 2012 by Mehiller (talk | contribs) (Created page with "{{ScrollBox|title=Targetname| {{KV:ru|Name|string|The targetname that other entities refer to this entity by. {{{targetname add|}}}}} {{KV:ru|Entity Scripts|scriptlist|Name(s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Targetname:
Name ([todo internal name (i)]) <строка(en)>
The targetname that other entities refer to this entity by.
Entity Scripts ([todo internal name (i)]) <скриптлист VScript(en)> (Во всех играх начиная с Left 4 Dead 2)
Name(s) of script files that are executed after all entities have spawned.
Script think function ([todo internal name (i)]) <строка(en)> (Во всех играх начиная с Left 4 Dead 2)
Name of a function in this entity's script which will be called automatically every 100 milliseconds (ten times a second) for the duration of the script. It can be used to create timers or to simulate autonomous behavior.
Note.pngПримечание:Try to avoid expensive operations in this function, as it may cause performance problems.