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

Description

Wiki Description

Has the actor feed on a dead actor

Documentation Comment

Starts Cannibal with the target


Caveats


Parameters

ActorakTarget

CK Wiki Description

Who is going to be eaten.


Examples

; Have player eat Fred
Game.GetPlayer().StartCannibal(Fred);

Auto-Generated Example

Actor myActor__akTarget

myActor__toCallFunctionOn.StartCannibal(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.