Difference between revisions of "Script/World"
From SF3
(Created page with "==class World== (Script Name: @c World) The main interface for interacting with the level the player is currently in. === Class Methods === {| border='0' style ='border:solid...") |
|||
Line 1: | Line 1: | ||
==class World== | ==class World== | ||
− | + | The main interface for interacting with the level the player is currently in. | |
+ | |||
=== Class Methods === | === Class Methods === | ||
{| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7' | {| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7' |
Revision as of 09:02, 1 September 2016
class World
The main interface for interacting with the level the player is currently in.
Class Methods
void | EnableDialogueTopic (const string&in _sContainerName, const string&in _sTopicName, const bool _bEnabled) |
get the random number generator | |
void | BlockDialogueTopicNode (const string&in _sContainerName, const string&in _sNodeName) |
disable a dialogue topic node | |
void | UnblockDialogueTopicNode (const string&in _sContainerName, const string&in _sNodeName) |
enable a dialogue topic node |