Difference between revisions of "Player Commands"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 2: Line 2:
 
♠ [[getCursorPos|getCursorPos()]] <br/>
 
♠ [[getCursorPos|getCursorPos()]] <br/>
 
♠ [[getProperty|getProperty()]] -- finished? (need to test system_language example) <br/>
 
♠ [[getProperty|getProperty()]] -- finished? (need to test system_language example) <br/>
 +
♠ [[getSoundId|getSoundId()]] -- not finished! (needs an example) <br/>
 +
♠ [[getSoundProperty|getSoundProperty()]] -- not finished! (needs an example) <br/>
 
♠ [[getSteamAchievement|getSteamAchievement()]] -- not finished! (needs an example) <br/>
 
♠ [[getSteamAchievement|getSteamAchievement()]] -- not finished! (needs an example) <br/>
 
♠ [[getSteamStat|getSteamStat()]] -- not finished! (needs an example) <br/>
 
♠ [[getSteamStat|getSteamStat()]] -- not finished! (needs an example) <br/>
Line 9: Line 11:
 
♠ [[resetSteamStats|resetSteamStats()]] -- not finished! (needs an example) <br/>
 
♠ [[resetSteamStats|resetSteamStats()]] -- not finished! (needs an example) <br/>
 
♠ [[setCursorPos|setCursorPos()]] <br/>
 
♠ [[setCursorPos|setCursorPos()]] <br/>
 +
♠ [[setSoundProperty|setSoundProperty()]] -- not finished! (needs an example) <br/>
 
♠ [[setSteamAchievement|setSteamAchievement()]] -- not finished! (needs an example) <br/>
 
♠ [[setSteamAchievement|setSteamAchievement()]] -- not finished! (needs an example) <br/>
 
♠ [[setSteamStat|setSteamStat()]] -- not finished! (needs an example) <br/>
 
♠ [[setSteamStat|setSteamStat()]] -- not finished! (needs an example) <br/>
Line 16: Line 19:
 
♠ [[startAnimation|startAnimation()]] <br/>
 
♠ [[startAnimation|startAnimation()]] <br/>
 
♠ [[startDefaultBrowser|startDefaultBrowser()]] <br/>
 
♠ [[startDefaultBrowser|startDefaultBrowser()]] <br/>
 +
♠ [[startSound|startSound()]] -- not finished! (needs an example) <br/>
 
♠ [[stopAction|stopAction()]] <br/>
 
♠ [[stopAction|stopAction()]] <br/>
 
♠ [[stopAnimation|stopAnimation()]] <br/>
 
♠ [[stopAnimation|stopAnimation()]] <br/>
 +
♠ [[stopSound|stopSound()]] -- not finished! (needs an example) <br/>
 +
♠ [[toggleSoundPause|toggleSoundPause()]] -- not finished! (needs an example) <br/>
 
{{i18n|Player_Commands}}
 
{{i18n|Player_Commands}}

Revision as of 16:31, 8 March 2013

createScreenshot()
getCursorPos()
getProperty() -- finished? (need to test system_language example)
getSoundId() -- not finished! (needs an example)
getSoundProperty() -- not finished! (needs an example)
getSteamAchievement() -- not finished! (needs an example)
getSteamStat() -- not finished! (needs an example)
getVolume()
registerEventHandler() -- not finished! (additional event listener examples to add)
registerHookFunction() -- not finished! (event listener/handler examples to add)
resetSteamStats() -- not finished! (needs an example)
setCursorPos()
setSoundProperty() -- not finished! (needs an example)
setSteamAchievement() -- not finished! (needs an example)
setSteamStat() -- not finished! (needs an example)
setVolume() -- not finished! (example 2 needs finishing)
setWindowTitle()
startAction()
startAnimation()
startDefaultBrowser()
startSound() -- not finished! (needs an example)
stopAction()
stopAnimation()
stopSound() -- not finished! (needs an example)
toggleSoundPause() -- not finished! (needs an example)