User:Nescius/sandbox/test21: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Keyvalues ==
<includeonly>{{bug|{{subst:#if:{{{tested|}}}|tested={{{tested}}}|hidetested=1}}|{{{1}}}{{subst:#if:{{{only|}}}|{{subst:!}}only={{{only}}}}}{{subst:#if:{{{since|}}}|{{subst:!}}since={{{since}}}}}{{subst:#if:{{{fixed|}}}|{{subst:!}}fixed={{{fixed}}}}}}}</includeonly>
{{KV|Collisions|intn=solid|choices|{{KV BaseEntity/strings|KeySolidDesc}}}}
{{KV|[[targetname|Name]]|intn=targetname|string|{{KV BaseEntity/strings|KeyTargetnameDesc}}}}
{{KV|[[Parent]]|intn=parentname|targetname|{{KV BaseEntity/strings|KeyParentnameDesc}}}}
{{KV|[[Origin]] (X Y Z)|intn=origin|coordinates|{{KV BaseEntity/strings|KeyOriginDesc}}}}
{{KV|[[Pitch Yaw Roll]] (Y Z X)|intn=angles|angle|{{KV BaseEntity/strings|KeyAnglesDesc}}}}
{{KV|[[Classname]]|intn=classname|string|nofgd=1|{{KV BaseEntity/strings|KeyClassnameDesc}}}}
{{KV|[[Spawnflags]]|intn=spawnflags|flags|{{KV BaseEntity/strings|KeyFlagsDesc}}|nofgd=1}}
{{KV|[[Effect flags|Effects]]|intn=effects|flags|{{KV BaseEntity/strings|KeyEffectsDesc}}|nofgd=1}}
{{KV|Entity Scripts|intn=vscripts|scriptlist|{{KV BaseEntity/strings|KeyVScriptsDesc}}|since=L4D2|also={{tf2}}}}
{{KV|[[Entity_Scripts#Thinker_Functions|Think function]]|intn=thinkfunction|string|{{KV BaseEntity/strings|KeyThinkFunctionDesc}}|since=L4D2|also={{tf2}}}}
{{KV|[[Lag Compensation]]|intn=LagCompensate|boolean|{{KV BaseEntity/strings|KeyLagCompensateDesc}}|nofgd=1|since=L4D2}}
{{KV|Is Automatic-Aim Target|intn=is_autoaim_target|bool|{{KV BaseEntity/strings|KeyIs_autoaim_targetDesc}}|nofgd=1|since=CSGO}}
 
 
== Inputs ==
{{I|AddContext|{{I BaseEntity/strings|AddContext}}|param=string}}
{{I|{{Lx|AddOutput}}|{{I BaseEntity/strings|AddOutputDesc}}|param=string}}
{{I|ClearContext|{{I BaseEntity/strings|ClearContext}}}}
{{I|ClearParent|{{I BaseEntity/strings|ClearParent}}}}
{{I|FireUser1|to=FireUser4|{{I BaseEntity/strings|FireUser1To4Desc}}}}
{{I|[[Kill]]|{{I BaseEntity/strings|Kill}}}}
{{I|KillHierarchy|{{I BaseEntity/strings|KillHierarchy}}}}
{{I|RemoveContext|{{I BaseEntity/strings|RemoveContext}}|param=string}}
{{I|SetParent|{{I BaseEntity/strings|SetParent}}|param=string}}
{{I|SetParentAttachment|{{I BaseEntity/strings|SetParentAttachment}}|param=string}}
{{I|SetParentAttachmentMaintainOffset|{{I BaseEntity/strings|SetParentAttachmentMaintainOffset}}|param=string}}
{{I|Use|{{I BaseEntity/strings|Use}}|nofgd=1}}
{{I|SetTeam|{{I BaseEntity/strings|SetTeam}}|nofgd=1|param=integer}}
{{I|TeamNum|{{I BaseEntity/strings|TeamNum}}|nofgd=1|param=integer}}
{{I|DispatchResponse|{{I BaseEntity/strings|DispatchResponse}}|param=string|nofgd=1}}
{{I|DispatchEffect|{{I BaseEntity/strings|DispatchEffect}}|param=string|removed={{l4d}}|nofgd=1}}
{{I|RunScriptFile|{{I BaseEntity/strings|RunScriptFile}}|param=script|since={{l4d2}}|also={{tf2}}}}
{{I|RunScriptCode|{{I BaseEntity/strings|RunScriptCode}}|param=string|since={{l4d2}}|also={{tf2}}}}
{{I|CallScriptFunction|{{I BaseEntity/strings|CallScriptFunctionOther}}|param=string|since={{l4d2}}|also={{tf2}}|nofgd=1}}
{{I|TerminateScriptScope|{{I BaseEntity/strings|TerminateScriptScope}}|only={{tf2}}|nofgd=1}}
{{I|SetLocalOrigin|{{I BaseEntity/strings|SetLocalOrigin}}|param=coordinates|since={{as}}|nofgd=1}}
{{I|SetLocalAngles|{{I BaseEntity/strings|SetLocalAngles}}|param=angles|since={{as}}|nofgd=1}}
 
== Outputs ==
{{O|OnUser1|to=OnUser4|{{O BaseEntity/strings|OnUser1To4Desc}}}}
{{O BaseEntity/strings|OnKilledL4D}}|only={{l4d}}|{{O BaseEntity/strings|OnKilledL4DDesc}}}}

Latest revision as of 06:59, 20 May 2025