|
Eye of the Nile Docs
Everything you need to know to get started!
|
This script controls the welcome message(s) in the Skyhub so that they only appear on the player's first visit.
Documentation updated 4/22/2025
Public Member Functions | |
| void | MaatTalked () |
| Runs when Ma'at is talked to for the first time (and every time). | |
| void | SkyhubExited () |
| Runs when the Skyhub is exited for the first time (and every time). | |
Protected Attributes | |
| GameObject | welcomeMessage |
| Reference to the message that Ma'at says. (These references can be set in the inspector.) | |
| GameObject | returnMessage |
| Reference to the message that the warp obelisk says. | |
| GameObject | abilityInventoryTutorial |
| Reference to the ability inventory tutorial. | |
Private Member Functions | |
| void | Awake () |
| void | Start () |
Private Attributes | |
| DataManager | dataManager |
| Reference to the DataManager. | |
|
private |
| void SkyhubSpeechController.MaatTalked | ( | ) |
Runs when Ma'at is talked to for the first time (and every time).
| void SkyhubSpeechController.SkyhubExited | ( | ) |
Runs when the Skyhub is exited for the first time (and every time).
|
private |
|
protected |
Reference to the ability inventory tutorial.
|
private |
Reference to the DataManager.
|
protected |
Reference to the message that the warp obelisk says.
|
protected |
Reference to the message that Ma'at says. (These references can be set in the inspector.)