Background for Skyrim SE
Member of the Actor script
voidfunctionStartCombat(ActorakTarget)Native

Description

Wiki Description

Attempts to get this actor to initiate combat with the target.

Documentation Comment

Starts combat with the target


Caveats


Parameters

ActorakTarget

CK Wiki Description

Who to attempt to initiate combat with.


Examples

; Have this actor initiate combat with the player
StartCombat(Game.GetPlayer())
; Get two of our aliases to fight each other
Vader.StartCombat(Luke)

Auto-Generated Example

Actor myActor__akTarget

myActor__toCallFunctionOn.StartCombat(myActor__akTarget)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.