![]() |
PowerQuest 0.20.1
|
Properties | |
| static ICharacter | Player [get] |
| The current player. | |
| static ICharacter | Plr [get] |
| The current player (same as C.Player) | |
| static ICharacter | Ego [get] |
| The current player (same as C.Player) | |
Static Public Member Functions | |
| static Coroutine | Display (string dialog) |
| Display narrator dialog. | |
| static Coroutine | Display (string dialog, int id) |
| Display narrator dialog. | |
| static Coroutine | DisplayBG (string dialog) |
| Display narrator dialog. | |
| static Coroutine | DisplayBG (string dialog, int id) |
| Display narrator dialog. | |
| static void | Section (string dialog) |
Add section to dialog script- only appears in voice script. Useful to separate parts of a function to give context for voice actors/translators. eg. Section: Dave uses the bucket on the well | |
| static Coroutine | WalkToClicked () |
| Makes current player walk to what was clicked (Shortcut to C.Player.WalkToClicked()) | |
| static Coroutine | FaceClicked () |
| Makes current player face what was clicked (Shortcut to C.Player.FaceClicked()) | |
|
staticget |
The current player.
|
staticget |
The current player (same as C.Player)
|
staticget |
The current player (same as C.Player)
|
inlinestatic |
Display narrator dialog.
|
inlinestatic |
Display narrator dialog.
|
inlinestatic |
Display narrator dialog.
|
inlinestatic |
Display narrator dialog.
|
inlinestatic |
Add section to dialog script- only appears in voice script. Useful to separate parts of a function to give context for voice actors/translators. eg. Section: Dave uses the bucket on the well
|
inlinestatic |
Makes current player walk to what was clicked (Shortcut to C.Player.WalkToClicked())
|
inlinestatic |
Makes current player face what was clicked (Shortcut to C.Player.FaceClicked())