User contributions
Jump to navigation
Jump to search
- 21:51, 4 October 2014 diff hist -1 Main Page current
- 21:50, 4 October 2014 diff hist +83 Main Page
- 21:48, 4 October 2014 diff hist +747 N Schritt für Schritt Anleitungen Created page with "== Tutorial "Erste Schritte" von unserem Benutzer einzelkaempfer == Ein deutschsprachiges Visionaire-Tutorial für alle Anfänger, die sich mit dem Demospiel schwer tun. Begin..." current
- 21:28, 4 October 2014 diff hist +26 N Gegenstände2 Timo moved page Gegenstände2 to Gegenstände over redirect current
- 21:28, 4 October 2014 diff hist 0 m Gegenstände Timo moved page Gegenstände2 to Gegenstände over redirect current
- 21:28, 4 October 2014 diff hist 0 m Gegenstände Timo moved page Gegenstände to Gegenstände2
- 21:26, 4 October 2014 diff hist +19 N Menue2 Timo moved page Menue2 to Menü current
- 21:26, 4 October 2014 diff hist 0 m Menü Timo moved page Menue2 to Menü current
- 22:43, 28 September 2009 diff hist +20,601 N Actionparts Documentation New page: All available actionparts are listed here. Each actionpart is stored as one object in the [http://twiki.visionaire2d.net/index.php?title=Dokumentation_Datenstruktur_/_GameData_3.x#ActionPa...
- 22:42, 28 September 2009 diff hist -44 Data Structure 3.x →ActionPart
- 10:55, 25 October 2008 diff hist +11,147 N Console Documentation New page: == General == The player console can be shown/hidden with the TAB key. It is basically used for faster and easier testing of a game and to test if animations and actions are running and st...
- 10:55, 25 October 2008 diff hist +28 Visionaire Manual
- 10:54, 25 October 2008 diff hist +12,809 N Dokumentation der Konsole New page: == Allgemein == Die Konsole im Player kann mit der TAB-Taste ein- und ausgeblendet werden. Sie dient hauptsächlich zum schnelleren und einfacheren Testen eines Spiels, und zum Überprüfe...
- 10:53, 25 October 2008 diff hist +120 Visionaire Handbuch
- 10:51, 25 October 2008 diff hist -247 INVALID DataStructCmds Removing all content from page current
- 10:50, 25 October 2008 diff hist -36 DataStructCmds Removing all content from page
- 10:50, 25 October 2008 diff hist -543 SetValue Removing all content from page
- 10:49, 25 October 2008 diff hist -259 SetName Removing all content from page
- 10:49, 25 October 2008 diff hist -296 SelectObject Removing all content from page
- 10:49, 25 October 2008 diff hist -562 RemoveValue Removing all content from page
- 10:49, 25 October 2008 diff hist -656 RemoveLink Removing all content from page
- 10:49, 25 October 2008 diff hist -493 PasteObjects Removing all content from page
- 10:49, 25 October 2008 diff hist -766 InsertValue Removing all content from page
- 10:48, 25 October 2008 diff hist -332 GetString Removing all content from page current
- 10:48, 25 October 2008 diff hist -268 DuplicateObject Removing all content from page
- 10:48, 25 October 2008 diff hist -244 DeleteObject Removing all content from page
- 10:48, 25 October 2008 diff hist -606 CreateObject Removing all content from page
- 10:48, 25 October 2008 diff hist -216 CopyObjects Removing all content from page
- 10:48, 25 October 2008 diff hist -563 ClearValue Removing all content from page
- 10:47, 25 October 2008 diff hist -375 ChangeOrder Removing all content from page
- 10:47, 25 October 2008 diff hist -635 AddLink Removing all content from page
- 10:47, 25 October 2008 diff hist -342 UIScriptingCmds Removing all content from page
- 10:47, 25 October 2008 diff hist -327 DestroyChildren Removing all content from page
- 10:47, 25 October 2008 diff hist -609 CreateSelectionContext Removing all content from page
- 10:46, 25 October 2008 diff hist -1,660 ComboBox Removing all content from page
- 10:46, 25 October 2008 diff hist +36 N DataStructCmds DataStructCmds moved to INVALID DataStructCmds: this only is valid for scripting inside the editor
- 10:46, 25 October 2008 diff hist 0 m INVALID DataStructCmds DataStructCmds moved to INVALID DataStructCmds: this only is valid for scripting inside the editor
- 10:43, 25 October 2008 diff hist -174 Scripting
- 10:42, 25 October 2008 diff hist +327 N DestroyChildren New page: ==destroyChildren== Destroys all children of a window. If the window is a notebook all pages are removed. Lua Syntax: <pre>destroyChildren( [windowName])</pre> ===Arguments=== ====window...
- 10:41, 25 October 2008 diff hist +609 N CreateSelectionContext New page: ==createSelectionContext== Connects the selection of two controls. When connected, the destination control is notified about changes to the selection in the source control. Lua Syntax: <...
- 10:41, 25 October 2008 diff hist +1,660 N ComboBox New page: ==comboBox== Creates a combo-box. Lua Syntax: <pre>comboBox( [windowName], {flags=1, position = {x=int,y=int}, size = {x=int,y=int}, border = "[lrtb] width", align = "...
- 10:41, 25 October 2008 diff hist +342 N UIScriptingCmds New page: *comboBox *createSelectionContext *destroyChildren *editor *eventLabel *horizontalLayout *items *notebook *objectList *panel *setParent *[[showW...
- 10:40, 25 October 2008 diff hist +543 N SetValue New page: ==setValue== Lua Syntax: <pre>setValue(field, value, {flags=1, index = int})</pre> ===Arguments=== ====field==== :'''int''' - Data field which will be set. ====value==== :'''VARIANT...
- 10:40, 25 October 2008 diff hist +259 N SetName New page: ==setName== Lua Syntax: <pre>setName(object, name)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Specifies an object to rename. ====name==== :'''"string"...
- 10:40, 25 October 2008 diff hist +296 N SelectObject New page: ==selectObject== Lua Syntax: <pre>selectObject(object)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Selects an object as the default object. This object...
- 10:39, 25 October 2008 diff hist +562 N RemoveValue New page: ==removeValue== Lua Syntax: <pre>removeValue(field [, object], {flags=1, index = int})</pre> ===Arguments=== ====field==== :'''int''' - A data field which must be of a list-type (t_...
- 10:39, 25 October 2008 diff hist +656 N RemoveLink New page: ==removeLink== Lua Syntax: <pre>removeLink(field, linkedObject [, object])</pre> ===Arguments=== ====field==== :'''int''' - The t_links field of the data structure were the object will b...
- 10:39, 25 October 2008 diff hist +493 N PasteObjects New page: ==pasteObjects== Lua Syntax: <pre>pasteObjects(windowName [, parentObject, field])</pre> ===Arguments=== ====windowName==== :'''int''' - Name of the new toolbox. ====parentObject==== :''...
- 10:38, 25 October 2008 diff hist +766 N InsertValue New page: ==insertValue== Lua Syntax: <pre>insertValue(field, value [, object], {flags=1, index = int})</pre> ===Arguments=== ====field==== :'''int''' - A data field which must be of a list-t...
- 10:38, 25 October 2008 diff hist +332 N GetString New page: ==getString== Lua Syntax: <pre>getString(label)</pre> ===Arguments=== ====label==== :'''"string"''' - Label which will be translated with current language of editor ===Flags=== ===Return...