PowerQuest 0.19.0
|
All quest object scripts inherit from this, it provides some convenient functions (along with the PowerScript namespace)
Inherited by DialogTreeScript< T >.
Properties | |
static IPowerQuest | E [get] |
static ICursor | Cursor [get] |
static ICamera | Camera [get] |
static QuestSettings | Settings [get] |
static GlobalScript | Globals [get] |
Access to the global script. | |
Static Protected Member Functions | |
static IHotspot | Hotspot (string name) |
Get a hotspot in the current room. Shortcut to as R.Current.GetHotspot(...) | |
static IProp | Prop (string name) |
Get a prop in the current room. Shortcut to as R.Current.GetProp(...) | |
static IRegion | Region (string name) |
Get a region in the current room. Shortcut to as R.Current.GetRegion(...) | |
static Vector2 | Point (string name) |
Get a point in the current room. Shortcut to as R.Current.GetPoint(...) | |
|
staticgetprotected |
Access to the global script.
|
inlinestaticprotected |
Get a hotspot in the current room. Shortcut to as R.Current.GetHotspot(...)
|
inlinestaticprotected |
Get a prop in the current room. Shortcut to as R.Current.GetProp(...)
|
inlinestaticprotected |
Get a region in the current room. Shortcut to as R.Current.GetRegion(...)
|
inlinestaticprotected |
Get a point in the current room. Shortcut to as R.Current.GetPoint(...)