Difference between revisions of "Script/LevelBase"
From SF3
(Replaced content with "==class LevelBase== Work in Progress === Class Methods ===") |
|||
Line 3: | Line 3: | ||
=== Class Methods === | === Class Methods === | ||
+ | ==== Articy Functions ==== | ||
+ | Global functions for typical Articy script calls. | ||
+ | {| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroGor''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Gor the Changeling'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroIanna''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Ianna the Singer'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroIsgrimm''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Isgrimm the Smith'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroRohen''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Rohen Tahir'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroUndergast''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Undergast the Weaver'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroUram''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Uram the Red'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''PlayTrack_HeroYria''' ( ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Play's the theme of the Hero Yria of the Light'' | ||
+ | |} |
Revision as of 10:12, 13 April 2017
class LevelBase
Work in Progress
Class Methods
Articy Functions
Global functions for typical Articy script calls.
void | PlayTrack_HeroGor ( ) |
Play's the theme of the Hero Gor the Changeling | |
void | PlayTrack_HeroIanna ( ) |
Play's the theme of the Hero Ianna the Singer | |
void | PlayTrack_HeroIsgrimm ( ) |
Play's the theme of the Hero Isgrimm the Smith | |
void | PlayTrack_HeroRohen ( ) |
Play's the theme of the Hero Rohen Tahir | |
void | PlayTrack_HeroUndergast ( ) |
Play's the theme of the Hero Undergast the Weaver | |
void | PlayTrack_HeroUram ( ) |
Play's the theme of the Hero Uram the Red | |
void | PlayTrack_HeroYria ( ) |
Play's the theme of the Hero Yria of the Light |