(Official) LUA Scripting Documentation
set_context
Set the script context.
Spec:
set_context(
string context)
Parameters
context
: The context defines which entity is used for script commands. Valid values = default, actor, player, target, killer. default, actor and player are the same context.
Valid values for context: “actor”, “player”, “killer”, “target”, “default”
Incomplete
This documentation is incomplete