User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:43, 17 June 2009 (diff | hist) . . (+86) . . AddItem
- 13:42, 17 June 2009 (diff | hist) . . (+244) . . N LeaveState (Created page with '<big>'''LeaveState''' ''();''</big> :It sets the automaton into 'neutral' (there won't be an actual state), effectively "ending" the automaton's function. Be careful with it! {...') (current)
- 13:41, 17 June 2009 (diff | hist) . . (+159) . . N IsInState (Created page with '<big>'''IsInState''' ''(state);''</big> :1, if automaton is in 'state' state; 0 otherwise {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:40, 17 June 2009 (diff | hist) . . (+345) . . N GetMachine (Created page with '<big>'''GetMachine''' ''();''</big> :You get the automaton's identifier with this function and this has to be used for the commands. Example 1: ''changing state in a given sta...') (current)
- 13:39, 17 June 2009 (diff | hist) . . (+179) . . N ChangeTick (Created page with '<big>'''ChangeTick''' ''(tick);''</big> :It changes the tick value of the automaton's current state. {{ScriptStructureCommands}} [[Category:Script structure commands]...') (current)
- 13:37, 17 June 2009 (diff | hist) . . (+559) . . N ChangeState (Created page with '<big>'''ChangeState''' ''(state, var_set);''</big> :Changing of state in 'obj' or current state-machine. You can submit parameters in the usual way with the 'var_set' commands, ...')
- 13:30, 17 June 2009 (diff | hist) . . (+173) . . N SetVal (Created page with '<big>'''SetVal''' ''(obj, variable, value);''</big> :It sets the value of 'obj's certain named variable {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:29, 17 June 2009 (diff | hist) . . (+148) . . N Set (Created page with '<big>'''Set''' ''(variable, value);''</big> :It sets the value of the variable {{ScriptStructureCommands}} Category:Script structure commands')
- 13:29, 17 June 2009 (diff | hist) . . (+249) . . N SiCmp (Created page with '<big>'''SiCmp''' ''(str1, str2);''</big> :The same as SCmp, but case insensitive; -1, if ‘str1’ < ‘str2’; 0, if ‘str1’ = ‘str2’; 1, if ‘str1’ > ‘str2...') (current)
- 13:28, 17 June 2009 (diff | hist) . . (+179) . . N SCmp (Created page with '<big>'''SCmp''' ''(str1, str2);''</big> :-1, if 'str1' < 'str2'; 0, if 'str1' = 'str2'; 1, if 'str1' > 'str2' {{ScriptStructureCommands}} [[Category:Script structure commands]...') (current)
- 13:27, 17 June 2009 (diff | hist) . . (+168) . . N SNumPad (Created page with '<big>'''SNumPad''' ''(num, width);''</big> :Integer, completed by preliminary 0s, to 'width' width {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:26, 17 June 2009 (diff | hist) . . (+171) . . N SNum (Created page with '<big>'''SNum''' ''(num, prec);''</big> :'num' framed into string, with 'prec' accuracy to the decimal {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:25, 17 June 2009 (diff | hist) . . (+227) . . N SSub (Created page with '<big>'''SSub''' ''(str, start, length);''</big> :A piece of string, from the 'start' indexed character in 'length' length. The characters are indexed from 0! {{ScriptStructureC...') (current)
- 13:24, 17 June 2009 (diff | hist) . . (+138) . . N SCat (Created page with '<big>'''SCat''' ''(str1, str2);''</big> :The binding of two strings. {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:24, 17 June 2009 (diff | hist) . . (+134) . . N SLen (Created page with '<big>'''SLen''' ''(str);''</big> :The lenght of the 'str' string {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:23, 17 June 2009 (diff | hist) . . (+114) . . N RNull (Created page with '<big>'''RNull''' ''();''</big> :Zero turning {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:23, 17 June 2009 (diff | hist) . . (+155) . . N Requ (Created page with '<big>'''Requ''' ''(rot1, rot2);''</big> :1, if 'rot1' = 'rot2'; 0, if 'rot1' != 'rot2 {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:22, 17 June 2009 (diff | hist) . . (+227) . . N R2Vec (Created page with '<big>'''R2Vec''' ''(rot);''</big> :On the basis of the turning, it creates a normalized vector (naturally, the bank component does not influence the outcome) {{ScriptStructureC...') (current)
- 13:22, 17 June 2009 (diff | hist) . . (+391) . . N V2Rot (Created page with '<big>'''V2Rot''' ''(vec);''</big> :It gives the turning of the given corresponding vector. Since a direction is fully described by a heading-pitch binate, the bank (which is the...') (current)
- 13:21, 17 June 2009 (diff | hist) . . (+167) . . N Rot (Created page with '<big>'''Rot''' ''(heading, pitch, bank);''</big> :It creates a turning with the given components. {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:20, 17 June 2009 (diff | hist) . . (+159) . . N IsName (Created page with '<big>'''IsName''' ''(obj, name);''</big> :1 if the name of ’obj’ is the given string. {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:19, 17 June 2009 (diff | hist) . . (+184) . . N GetVal (Created page with '<big>'''GetVal''' ''(obj, variable);''</big> :It returns the value of ’obj’ object’s certain named variable. {{ScriptStructureCommands}} [[Category:Script structure comm...') (current)
- 13:19, 17 June 2009 (diff | hist) . . (+164) . . N CEqu (Created page with '<big>'''CEqu''' ''(color1, color2);''</big> :1, if the two colors are equivalent, otherwise 0. {{ScriptStructureCommands}} Category:Script structure commands') (current)
- 13:18, 17 June 2009 (diff | hist) . . (+200) . . N CBrig (Created page with '<big>'''CBrig''' ''(color);''</big> :The brightness value of the color e.g. col(cbrig(c)) is the grayscale equivalent of color c. {{ScriptStructureCommands}} [[Category:Scrip...') (current)
- 13:17, 17 June 2009 (diff | hist) . . (+117) . . CLerp (current)
- 13:16, 17 June 2009 (diff | hist) . . (+124) . . CMul (current)
- 13:15, 17 June 2009 (diff | hist) . . (+111) . . CMul
- 13:15, 17 June 2009 (diff | hist) . . (+116) . . CAdda (current)
- 13:15, 17 June 2009 (diff | hist) . . (+115) . . CAdd (current)
- 13:14, 17 June 2009 (diff | hist) . . (+106) . . CInv (current)
- 13:14, 17 June 2009 (diff | hist) . . (+121) . . CPlanck (current)
- 13:13, 17 June 2009 (diff | hist) . . (+106) . . CHeat (current)
- 13:12, 17 June 2009 (diff | hist) . . (+118) . . Col (current)
- 13:11, 17 June 2009 (diff | hist) . . (+102) . . Sqrt (current)
- 13:11, 17 June 2009 (diff | hist) . . (+101) . . Sin (current)
- 13:10, 17 June 2009 (diff | hist) . . (+103) . . Round (current)
- 13:09, 17 June 2009 (diff | hist) . . (+191) . . Rnd (current)
- 13:08, 17 June 2009 (diff | hist) . . (+104) . . Pow (current)
- 13:08, 17 June 2009 (diff | hist) . . (+110) . . Not (current)
- 13:07, 17 June 2009 (diff | hist) . . (+104) . . Min (current)
- 13:07, 17 June 2009 (diff | hist) . . (+104) . . Max (current)
- 13:06, 17 June 2009 (diff | hist) . . (+101) . . Log (current)
- 13:06, 17 June 2009 (diff | hist) . . (+103) . . Floor (current)
- 13:06, 17 June 2009 (diff | hist) . . (+101) . . Exp (current)
- 13:05, 17 June 2009 (diff | hist) . . (+101) . . Cos (current)
- 13:04, 17 June 2009 (diff | hist) . . (+102) . . Ceil (current)
- 12:59, 17 June 2009 (diff | hist) . . (+344) . . N Talk:Script commands (Created page with 'I'd strongly suggest to leave out parameter lists from this page. Some commands have surprisingly many parameters and displaying them here would screw up the whole page's format ...') (current)
- 12:56, 17 June 2009 (diff | hist) . . (-149) . . m Script commands (Reverted edits by LordValarian (Talk) to last version by Arparso)
- 02:03, 17 June 2009 (diff | hist) . . (0) . . m Template:CampaignScriptCommands (moved obj:uSetRequired to the right section)
- 02:02, 17 June 2009 (diff | hist) . . (+575) . . N Obj:uSetRequired (Created page with '<big>'''obj:uSetRequired''' ''(required);''</big> :This marks obj as "required", meaning the player won't be able to remove or replace this device on the fleet screen. This can ...') (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)