|
Drag[en]gine Script Module DragonScript 1.32.1
|
ID duration in a conversation script. More...
Public Member Functions | |
| float | getDuration () |
| StringID | getID () |
| float | getPause () |
| ConversationStrip | new (StringID id, float pause, float duration) |
| void | writeToFile (FileWriter writer) |
Static Public Member Functions | |
| static ConversationStrip | readFromFile (FileReader reader) |
Public Attributes | |
| float | pDuration |
| StringID | pID |
| float | pPause |
ID duration in a conversation script.
| float Dragengine.ConversationSystem.ConversationStrip.getDuration | ( | ) |
Retrieves the duration in seconds of the strip.
| StringID Dragengine.ConversationSystem.ConversationStrip.getID | ( | ) |
Retrieves the id to apply during the strip.
| float Dragengine.ConversationSystem.ConversationStrip.getPause | ( | ) |
Retrieves the pause in seconds before the strip starts.
| ConversationStrip Dragengine.ConversationSystem.ConversationStrip.new | ( | StringID | id, |
| float | pause, | ||
| float | duration | ||
| ) |
Create a new conversation ID duration.
|
static |
Reads the strip from a file.
| void Dragengine.ConversationSystem.ConversationStrip.writeToFile | ( | FileWriter | writer | ) |
Save game state.
| float Dragengine.ConversationSystem.ConversationStrip.pDuration |
| StringID Dragengine.ConversationSystem.ConversationStrip.pID |
| float Dragengine.ConversationSystem.ConversationStrip.pPause |