Seven Towers: UCC Reference

USECODE INTRINSICS

UI_set_light(object obj, bool onoff)
obj->set_light(bool onoff)

Marks the given light source as being added to or removed from its containing NPC.

Parameters

objThe light source that is being added or removed.
onoffFlag specifying whether we want to add or remove the light source: true to add it to its containing NPC, false to remove it.

Related intrinsics

See also