Difference between revisions of "KillActor"

216 bytes added ,  05:56, 21 July 2009
Updated to function template, added note about SetScale (full scale of bug not currently known)
imported>Quetzilla
(probably should make template for body part dismember locations)
imported>Cipscis
(Updated to function template, added note about SetScale (full scale of bug not currently known))
Line 1: Line 1:
=='''Description'''==
{{Function
 
  |CSWikiPage = Kill
'''Kill Actor''' kills a specified actor and takes three optional parameters to set who killed it, which limbs are dismembered, and how it got killed. See [[GetCauseofDeath]] for death values.
  |origin = GECK1
 
  |summary = [[KillActor]] kills the calling actor and takes three optional parameters to set who killed it, which limb to dismember, and the cause of death. See [[GetCauseofDeath]] for death values.
=='''Syntax'''==
  |alias = Kill
 
  |referenceType = Actor
KillActor ''KillerActorREF (optional), DismemberLimb (optional), CauseOfDeath (optional)''
  |arguments = {{FunctionArgument
 
    |Name = Killer
=='''Examples'''==
    |Type = ref
 
    |Optional = Optional
KillActor
  }}{{FunctionArgument
 
    |Name = DismemberLimb
Kill
    |Type = int
 
    |Optional = Optional
Kill player, 1, 0
  }}{{FunctionArgument
Player killed him, dismembers a limb, marks actor as killed by an explosion.
    |Name = CauseOfDeath
 
    |Type = int
=='''Notes'''==
    |Optional = Optional
  }}
  |Example = Kill player 1 0
The scripted reference is killed by the player, their head is destroyed, and they are marked as having been killed by an explosion.
}}
==Notes==
*Use some dummy NPC (e.g. CG01DadREF) for Killer param if you don't care who killed him and just want to use the other optional parameters. (Do NOT use player since that will cause "limb crippled" messages to be displayed.)
*Use some dummy NPC (e.g. CG01DadREF) for Killer param if you don't care who killed him and just want to use the other optional parameters. (Do NOT use player since that will cause "limb crippled" messages to be displayed.)


Line 40: Line 45:
**14 - Weapon
**14 - Weapon


=='''See Also'''==
*Actors under the effect of [[SetScale]] may remain unaffected by [[KillActor]]
[[GetHitLocation]]<br>
[[GetCauseofDeath]]<br>
[[Body Part]]<br>
[[ActorValue]]


=='''Reference'''==
==See Also==
None provided.
*[[GetHitLocation]]
<!-- [[KillActor_Reference|List of functions that use KillActor]] (wiki) -->
*[[GetCauseofDeath]]
*[[Body Part]]
*[[ActorValue]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Godsend Functions]]
[[Category:Godsend Functions]]
Anonymous user