User contributions for Taustin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)

18 April 2024

17 April 2024

16 April 2024

8 April 2024

6 April 2024

29 February 2024

23 February 2024

12 January 2024

5 January 2024

28 December 2023

25 December 2023

16 December 2023

14 December 2023

13 December 2023

  • 02:3202:32, 13 December 2023 diff hist −4 setMapVisionNo edit summary current
  • 02:3102:31, 13 December 2023 diff hist +33 setMapVisionNo edit summary
  • 02:3102:31, 13 December 2023 diff hist +679 N setMapVisionCreated page with "{{MacroFunction |name=setMapVision |version=1.14.0 |trusted=true |description= Changes the Map Vision setting of the current map. |usage= <syntaxhighlight lang="mtmacro" line> setMapVision(new setting) </syntaxhighlight> '''Parameters''' {{param|vision setting|{{code|off}}, {{code|day}} or {{code|night}}}} |examples= <syntaxhighlight lang="mtmacro" line> [setMapVision("day")] </syntaxhighlight> Will set map vision to day. <syntaxhighlight lang="mtmacro" line> [setMapVi..."
  • 02:2502:25, 13 December 2023 diff hist 0 getMapVisionNo edit summary current
  • 02:2402:24, 13 December 2023 diff hist +411 N getMapVisionCreated page with "{{MacroFunction |name=getMapVision |version=1.10.0 |description= Returns the current Map Vision setting. |usage= <syntaxhighlight lang="mtmacro" line> getMapVision() </syntaxhighlight> '''Parameters''' None |examples= <syntaxhighlight lang="mtmacro" line> [r:getMapVision()] </syntaxhighlight> Will return {{code|off}}, {{code|day}} or {{code|night}} |also= {{func|setMapVision}} }} Category:Map Function"

12 December 2023

  • 22:2522:25, 12 December 2023 diff hist +23 getMapIDsNo edit summary
  • 22:2522:25, 12 December 2023 diff hist +576 N getMapIDsCreated page with "{{MacroFunction |name=getMapIDs |version=1.14.0 |description= Returns the unique IDs of all maps. |usage= <syntaxhighlight lang="mtmacro" line> getAllMapIDs() getAllMapIDs(delim)</syntaxhighlight> '''Parameters''' {{param|delim|The delimiter to use for a String List. If the value is json, then a JSON Array is returned.}} |examples= <syntaxhighlight lang="mtmacro" line> [r:getAllMapIDs()] </syntaxhighlight> returns: <syntaxhighlight lang="mtmacro" line> 399418EA6B644119A..."
  • 22:2422:24, 12 December 2023 diff hist +25 getAllMapIDsNo edit summary
  • 22:2322:23, 12 December 2023 diff hist −3 getAllMapIDsNo edit summary
  • 02:5602:56, 12 December 2023 diff hist +433 N getDefaultPropertyTypeCreated page with "{{MacroFunction |name=getDefaultPropertyType |version=1.14.0 |description= Returns the default property type for the campaign. |usage= <syntaxhighlight lang="mtmacro" line> getDefaultPropertyType() </syntaxhighlight> '''Parameters''' None. |examples= <syntaxhighlight lang="mtmacro" line> [r:getDefaultPropertyType()] </syntaxhighlight> }} returns <syntaxhighlight lang="mtmacro" line> Basic </syntaxhighlight> Category:Token" current
  • 02:5202:52, 12 December 2023 diff hist +2 getAllMapIDsNo edit summary
  • 02:5202:52, 12 December 2023 diff hist +133 getAllMapIDsNo edit summary
  • 02:5002:50, 12 December 2023 diff hist +450 N getAllMapIDsCreated page with "{{MacroFunction |name=getAllMapMapIDs |version=1.14.0 |description= Returns the unique IDs of all maps. |usage= <syntaxhighlight lang="mtmacro" line> getAllMapIDs() getAllMapIDs(delim)</syntaxhighlight> '''Parameters''' {{param|delim|The delimiter to use for a String List. If the value is json, then a JSON Array is returned.}} |examples= <syntaxhighlight lang="mtmacro" line> [r:getAllMapMapIDs()] </syntaxhighlight> }} Category:Map Function"
  • 02:4702:47, 12 December 2023 diff hist +3 getCurrentMapIDNo edit summary current

11 December 2023

10 December 2023

1 December 2023

19 September 2023

  • 03:1503:15, 19 September 2023 diff hist 0 m onChangeMapTaustin moved page onMapChange to onChangeMap without leaving a redirect
  • 03:1403:14, 19 September 2023 diff hist +1,123 N onChangeMapCreated page with "==onChangeMap Macro== '''• Introduced in version 1.14.0''' A special macro that can be created on library tokens to have macro code automatically execute when the map is changed. This special macro is ideally suited for setting parameters specific to the map you've changed to. When an onChangeMap macro is executed automatically, it is considered a Trusted Macro. If you wish to use trusted functions within {{code|onCampaignLoad}} and execute it..."
  • 03:1003:10, 19 September 2023 diff hist +376 N setZoomLockCreated page with "{{MacroFunction |name=setZoomLock |version=1.14.0 |description= Sets the Lock Zoom setting to (0) unchecked, or (1) checked. |usage= <syntaxhighlight lang="mtmacro" line> setZoomLock(0/1) </syntaxhighlight> '''Parameters''' {{param|0/1|Clears/Checks Lock Zoom.}} |example= <syntaxhighlight lang="mtmacro" line> [r: setMoveLock(1)] </syntaxhighlight> Locks Player Movement }}"
  • 03:0903:09, 19 September 2023 diff hist +428 N setMoveLockCreated page with "{{MacroFunction |name=setMoveLock |version=1.14.0 |description= Sets the Lock Player Movement setting to (0) unchecked, or (1) checked. |usage= <syntaxhighlight lang="mtmacro" line> setMoveLock(0/1) </syntaxhighlight> '''Parameters''' {{param|0/1|Clears/Checks Lock Player Movement.}} |example= <syntaxhighlight lang="mtmacro" line> [r: setMoveLock(1)] </syntaxhighlight> Locks Player Movement |also= {{func|getMoveLock}} }}" current
  • 03:0803:08, 19 September 2023 diff hist −2 getMoveLockNo edit summary current
  • 03:0803:08, 19 September 2023 diff hist +435 N getMoveLockCreated page with "{{MacroFunction |name=getMoveLock |version=1.14.0 |description= Returns either {{true}} or {{false}} depending upon the Lock Player Movement setting. |usage= <syntaxhighlight lang="mtmacro" line> getMoveLock() </syntaxhighlight> |example= <syntaxhighlight lang="mtmacro" line> [r: getMoveLock()] </syntaxhighlight> returns true or false: <syntaxhighlight lang="mtmacro" line> true </syntaxhighlight> }} |also= {{func|setMoveLock}} }}"
  • 03:0603:06, 19 September 2023 diff hist −92 setTokenOpacityNo edit summary current

9 September 2023

22 August 2023

18 August 2023

17 August 2023

14 August 2023

5 July 2023

4 July 2023

3 July 2023

19 June 2023

15 June 2023

5 June 2023

13 May 2023

10 May 2023

9 May 2023

4 May 2023

3 May 2023

2 May 2023

27 April 2023

25 April 2023

24 April 2023

23 April 2023

22 April 2023

21 April 2023

20 April 2023

19 April 2023

18 April 2023

(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)