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


Parameters

  1. ActorakTarget

    CK Wiki Description

    Who to attempt to initiate combat with.


Examples

No human-generated examples found for this function.

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.