User contributions for IManGaaX
Jump to navigation
Jump to search
3 October 2023
- 12:0212:02, 3 October 2023 diff hist +1,025 N IsLastExecuteInTimer Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function check if the execute in timer is the last execute ==Syntax== <syntaxhighlight lang="lua">bool isLastExecuteInTimer( timer theTimer )</syntaxhighlight> ===Required Arguments=== * '''theTimer''': The timer to check. ===Returns=== Returns ''true'' if the execute is the last execute in the timer, ''false'' if the execute is not the last execute in the timer <section name="Shared function" class..."
- 11:5711:57, 3 October 2023 diff hist +146 Template:Useful Functions →Utility
- 03:3703:37, 3 October 2023 diff hist −8 Table.flip No edit summary Tag: Manual revert
- 03:3603:36, 3 October 2023 diff hist +8 Table.flip No edit summary
- 03:3603:36, 3 October 2023 diff hist −28 User:IManGaaX No edit summary
- 03:3503:35, 3 October 2023 diff hist −8 User:IManGaaX No edit summary Tag: Manual revert
- 03:3503:35, 3 October 2023 diff hist +8 User:IManGaaX No edit summary
- 03:3503:35, 3 October 2023 diff hist 0 Table.flip No edit summary
- 03:3403:34, 3 October 2023 diff hist +4 Table.flip No edit summary
- 03:3103:31, 3 October 2023 diff hist +11 User:IManGaaX No edit summary
- 03:3003:30, 3 October 2023 diff hist −31 User:IManGaaX No edit summary
- 03:3003:30, 3 October 2023 diff hist −75 User:IManGaaX No edit summary
- 03:3003:30, 3 October 2023 diff hist −11 User:IManGaaX No edit summary
- 03:3003:30, 3 October 2023 diff hist +311 N User:IManGaaX Created page with "__NOTOC__ == Pages created by Youssef Maged (iManGaaX) == table.flip<br> getPlayerGroups == Wiki contributions by Lord Henry == Special:Contributions/LordHenry == External Links to Lord Henry == 32px [https://www.youtube.com/c/YoussefMaged Youssef Maged - Youtube Channel]<br>"
2 October 2023
- 06:1006:10, 2 October 2023 diff hist +42 Table.flip No edit summary
- 06:0706:07, 2 October 2023 diff hist −54 Table.flip No edit summary
- 06:0706:07, 2 October 2023 diff hist +1 Table.flip No edit summary
- 06:0606:06, 2 October 2023 diff hist +53 Table.flip No edit summary
1 October 2023
- 08:0208:02, 1 October 2023 diff hist +1 Template:Useful Functions →Player functions Tag: Manual revert
- 08:0008:00, 1 October 2023 diff hist −1 Template:Useful Functions →Player functions Tag: Manual revert
- 08:0008:00, 1 October 2023 diff hist +1 Template:Useful Functions →Player functions
- 07:5607:56, 1 October 2023 diff hist +1 Template:Useful Functions →Player functions
- 07:4907:49, 1 October 2023 diff hist +126 Template:Useful Functions →Player functions
- 07:4507:45, 1 October 2023 diff hist −2 Table.flip No edit summary
- 07:4307:43, 1 October 2023 diff hist +6 Table.flip No edit summary
- 07:4207:42, 1 October 2023 diff hist −9 Table.flip No edit summary
- 07:4207:42, 1 October 2023 diff hist −17 Table.flip No edit summary
- 07:4007:40, 1 October 2023 diff hist +6 Table.flip No edit summary
- 07:3907:39, 1 October 2023 diff hist −277 Table.empty No edit summary
- 07:3607:36, 1 October 2023 diff hist +162 Table.flip No edit summary
- 07:3207:32, 1 October 2023 diff hist −1 Table.flip No edit summary
- 07:3107:31, 1 October 2023 diff hist +132 Table.flip No edit summary
- 07:2807:28, 1 October 2023 diff hist +336 Table.flip →Syntax
- 07:2707:27, 1 October 2023 diff hist −364 Table.flip No edit summary
- 07:2607:26, 1 October 2023 diff hist −48 Table.empty →Returns
- 07:2507:25, 1 October 2023 diff hist +24 Table.flip →Example
- 07:2407:24, 1 October 2023 diff hist −31 Table.flip →Example
- 07:2207:22, 1 October 2023 diff hist +82 Table.flip →Returns
- 07:2107:21, 1 October 2023 diff hist +3 Table.flip →Example
- 07:2107:21, 1 October 2023 diff hist +16 Table.flip →Example
- 07:1907:19, 1 October 2023 diff hist −1 Table.flip →Example
- 07:1907:19, 1 October 2023 diff hist +33 Table.flip →Example
- 07:1807:18, 1 October 2023 diff hist −1 Table.flip →Example
- 07:1707:17, 1 October 2023 diff hist +284 Table.flip →Syntax
- 07:1407:14, 1 October 2023 diff hist +4 Table.flip →Returns
- 07:1307:13, 1 October 2023 diff hist +36 Table.flip →Syntax
- 07:1207:12, 1 October 2023 diff hist +3 Table.flip →Syntax
- 07:1207:12, 1 October 2023 diff hist +2 Table.flip →Required Arguments
- 07:1207:12, 1 October 2023 diff hist +624 N Table.flip Created page with "==Syntax== <syntaxhighlight lang="lua">string table.flip( table )</syntaxhighlight> ===Required Arguments=== * '''tbl''': The table to convert. ===Returns=== Returns table with flip values <section name="Shared function" class="both" show="true"> <syntaxhighlight lang="lua"> function table.flip(theTable) if (type(theTable) == "table") then local newTable = {} local tableNumber = -1 for i = 1, #theTable do tableNumber = tableNumber + 1 table.insert(newTabl..."
- 07:1007:10, 1 October 2023 diff hist +104 Template:Useful Functions →Table functions