User contributions
From The Official Visionaire Studio: Adventure Game Engine Wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:29, 7 May 2023 (diff | hist) . . (0) . . N File:Argo bubbles 2.2.0.zip
- 21:41, 4 May 2023 (diff | hist) . . (+151) . . Global Commands
- 21:37, 4 May 2023 (diff | hist) . . (0) . . m Global Command: setVolume (EK moved page SetVolume (CMS) to Global Command: setVolume) (current)
- 21:37, 4 May 2023 (diff | hist) . . (+39) . . N SetVolume (CMS) (EK moved page SetVolume (CMS) to Global Command: setVolume) (current)
- 21:37, 4 May 2023 (diff | hist) . . (-579) . . Global Command: setVolume
- 21:28, 4 May 2023 (diff | hist) . . (0) . . m Global Command: getVolume (EK moved page GetVolume (CMS) to Global Command: getVolume) (current)
- 21:28, 4 May 2023 (diff | hist) . . (+39) . . N GetVolume (CMS) (EK moved page GetVolume (CMS) to Global Command: getVolume) (current)
- 21:27, 4 May 2023 (diff | hist) . . (-559) . . Global Command: getVolume
- 20:50, 4 May 2023 (diff | hist) . . (+1,077) . . N Global Command: toggleSoundPause (Created page with "Toggle an active sound between playing and paused states. {| class="ts" |- | style="width:15%" | Related functions | getSoundId | Global Comm...") (current)
- 20:46, 4 May 2023 (diff | hist) . . (+1) . . Global Command: startSound (current)
- 20:44, 4 May 2023 (diff | hist) . . (+990) . . N Global Command: stopSound (Created page with "Stop a playing sound. {| class="ts" |- | style="width:15%" | Related functions | getSoundId | Global Command: getSoundProperty|getSoundProper...") (current)
- 20:38, 4 May 2023 (diff | hist) . . (0) . . m Global Command: startSound (EK moved page StartSound (CMS) to Global Command: startSound)
- 20:38, 4 May 2023 (diff | hist) . . (+40) . . N StartSound (CMS) (EK moved page StartSound (CMS) to Global Command: startSound) (current)
- 20:38, 4 May 2023 (diff | hist) . . (-445) . . Global Command: startSound
- 20:17, 4 May 2023 (diff | hist) . . (+66) . . Global Command: getSoundProperty (current)
- 20:16, 4 May 2023 (diff | hist) . . (+1,540) . . N Global Command: setSoundProperty (Created page with "Set properties of a sound. {| class="ts" |- | style="width:15%" | Related functions | getSoundId | Global Command: getSoundProperty|getSoundP...") (current)
- 19:57, 4 May 2023 (diff | hist) . . (-3,132) . . GetSoundProperty (CMS) (Redirected page to Global Command: getSoundProperty) (current)
- 19:56, 4 May 2023 (diff | hist) . . (-1) . . Global Command: getSoundProperty
- 19:54, 4 May 2023 (diff | hist) . . (-1,144) . . GetSoundId (CMS) (Redirected page to Global Command: getSoundId) (current)
- 19:51, 4 May 2023 (diff | hist) . . (-1) . . Global Command: getSoundId (current)
- 19:51, 4 May 2023 (diff | hist) . . (+2,522) . . N Global Command: getSoundProperty (Created page with "Retrieve various properties of a sound, such as: current playtime, balance, volume, loop. Only applicable for active sounds. {| class="ts" |- | style="width:15%" | Related fu...")
- 19:19, 4 May 2023 (diff | hist) . . (+1,128) . . N Global Command: getSoundId (Created page with "Retrieve the id of a currently active audio file. Use the sound id to stop/pause/resume or edit the linked sound properties. {| class="ts" |- | style="width:15%" | Related fu...")
- 00:26, 4 May 2023 (diff | hist) . . (+776) . . Global Commands
- 22:29, 3 May 2023 (diff | hist) . . (+1,859) . . N Global Command: getObject (Created page with "Get a Visionaire object. ''Note that in most cases it is no longer necessary to make use of this function, because Visionaire objects can now be accessed directly (since Visi...")
- 21:54, 3 May 2023 (diff | hist) . . (+1,606) . . N Global Command: isPointInsidePolygon (Created page with "Test if a point lies inside a polygon. == Syntax == <syntaxhighlight lang="lua"> isPointInsidePolygon(point, polygon) </syntaxhighlight> == Parameters == {| class="ts" |-...") (current)
- 15:13, 3 May 2023 (diff | hist) . . (+2,132) . . N Global Command: startObjectTween (Created page with "Start tween on a Visionaire object field. The field value is changed over a certain period of time from a start value to a target value. Tweens are overwritten if they are set...") (current)
- 14:48, 3 May 2023 (diff | hist) . . (+2,009) . . N Global Command: startTween (Created page with "Start tween on a Lua variable. The value of the variable is changed over a certain period of time from a start value to a target value. Tweens are overwritten if they are set...") (current)
- 12:22, 3 May 2023 (diff | hist) . . (+679) . . N Global Command: startDefaultBrowser (Created page with "Open a URL in the user's default browser or in the steam overlay (if active). == Syntax == <syntaxhighlight lang="lua"> startDefaultBrowser(url) </syntaxhighlight> == Para...") (current)
- 12:08, 3 May 2023 (diff | hist) . . (+993) . . N Global Command: stopAnimation (Created page with "Stop a running animation. {| class="ts" |- | style="width:15%" | Related functions | startAnimation |} == Syntax == <syntaxhighlight lang...") (current)
- 11:59, 3 May 2023 (diff | hist) . . (+1,007) . . N Global Command: startAnimation (Created page with "Starts an animation. {| class="ts" |- | style="width:15%" | Related functions | stopAnimation |} == Syntax == <syntaxhighlight lang="lua">...") (current)
- 11:01, 3 May 2023 (diff | hist) . . (+1,009) . . N Global Command: stopAction (Created page with "Stop an active action (an action that is currently being executed). {| class="ts" |- | style="width:15%" | Related functions | startAction |}...") (current)
- 10:55, 3 May 2023 (diff | hist) . . (+1,053) . . N Global Command: startAction (Created page with "Starts an action. {| class="ts" |- | style="width:15%" | Related functions | stopAction |} == Syntax == <syntaxhighlight lang="lua"> startAct...") (current)
- 10:11, 3 May 2023 (diff | hist) . . (+15) . . Main Page (→Scripting)
- 10:10, 3 May 2023 (diff | hist) . . (+16) . . Main Page (→Scripting)
- 10:01, 3 May 2023 (diff | hist) . . (+66) . . Main Page (→Scripting)
- 00:45, 3 May 2023 (diff | hist) . . (+752) . . N Global Command: sha1 (Created page with "Calculates the 160-bit (20-byte) SHA-1 (Secure Hash Algorithm 1) hash of a string. == Syntax == <syntaxhighlight lang="lua"> sha1(tohash) </syntaxhighlight> == Parameters...") (current)
- 00:28, 3 May 2023 (diff | hist) . . (+730) . . N Global Command: replaceGame (Created page with "Replaces the Visionaire game file and starts the game from the beginning. You may pass a different game file (e. g. the next episode of a series) or the current game file...") (current)
- 00:11, 3 May 2023 (diff | hist) . . (+882) . . N Global Command: setDelay (Created page with "Executes a function with a delay. == Syntax == <syntaxhighlight lang="lua"> setDelay(time, callback) </syntaxhighlight> == Parameters == {| class="ts" |- ! style="width:1...") (current)
- 19:07, 2 May 2023 (diff | hist) . . (0) . . m Global Command: getTime (EK moved page GetTime (CMS) to Global Command: getTime)
- 19:07, 2 May 2023 (diff | hist) . . (+37) . . N GetTime (CMS) (EK moved page GetTime (CMS) to Global Command: getTime) (current)
- 19:07, 2 May 2023 (diff | hist) . . (+59) . . Global Command: getTime
- 18:58, 2 May 2023 (diff | hist) . . (+37) . . Global Command: createScreenshot (current)
- 17:45, 2 May 2023 (diff | hist) . . (0) . . m Global Command: getProperty (EK moved page GetProperty (CMS) to Global Command: getProperty)
- 17:45, 2 May 2023 (diff | hist) . . (+41) . . N GetProperty (CMS) (EK moved page GetProperty (CMS) to Global Command: getProperty) (current)
- 17:45, 2 May 2023 (diff | hist) . . (+950) . . Global Command: getProperty
- 16:31, 2 May 2023 (diff | hist) . . (+106) . . Global Command: setCursorPos (current)
- 16:18, 2 May 2023 (diff | hist) . . (+149) . . Global Command: setCursorPos
- 16:10, 2 May 2023 (diff | hist) . . (+159) . . Global Command: getCursorPos (current)
- 15:57, 2 May 2023 (diff | hist) . . (+1,063) . . Global Commands
- 15:33, 2 May 2023 (diff | hist) . . (0) . . m Global Command: setCursorPos (EK moved page SetCursorPos (CMS) to Global Command: setCursorPos)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)