User contributions for Fonikku
Jump to navigation
Jump to search
23 September 2024
- 16:1816:18, 23 September 2024 diff hist −22 m User:Fonikku/Ring Racers Stuff oopsie forgot to change the link current Tag: Visual edit
- 16:1816:18, 23 September 2024 diff hist −22 m User:Fonikku/Ring Racers Stuff Userdata Tag: Visual edit
21 August 2024
- 16:4216:42, 21 August 2024 diff hist +47 User:Fonikku/Ring Racers Stuff No edit summary
17 August 2024
- 13:5013:50, 17 August 2024 diff hist +12 User:Fonikku/Ring Racers S SKIN No edit summary current
- 13:4613:46, 17 August 2024 diff hist +33 User:Fonikku/Common LUA Scripts No edit summary current
- 13:4013:40, 17 August 2024 diff hist 0 m User:Fonikku/Common LUA Scripts No edit summary
- 01:4701:47, 17 August 2024 diff hist +314 User:Fonikku/Common LUA Scripts No edit summary Tag: Visual edit: Switched
12 August 2024
- 20:4520:45, 12 August 2024 diff hist +2,001 N User:Fonikku/Ring Racers S SKIN Created page with "{{spoilers}} {{todo|Verify if all the information is correct.}} {{todo|Complete all the missing descriptions/examples.}} {{todo|List all the character's properties in the parameters.}} This page will only list all the Ring Racers parameters for the S_SKIN. for all of the SRB2 ones, please go to S_SKIN instead. == Parameters == === facerank === : ''Default'': PLACEHOLDER TODO : ''Example'': <code>facerank = PLACEHOLDER</code> === facewant === : ''Default'': PLACEH..." Tag: Visual edit: Switched
- 20:1920:19, 12 August 2024 diff hist +55 User:Fonikku Ring Racers stuff current Tag: Visual edit
- 20:0720:07, 12 August 2024 diff hist +111 N User:Fonikku/Ring Racers Stuff Created page with "This is a list of my stuff for Ring Racers. = Ring Racers Modding = S_SKIN" Tag: Visual edit: Switched
- 19:5419:54, 12 August 2024 diff hist +1,237 N User:Fonikku/Common LUA Scripts Created page with "Common LUA Scripts and Functions that i use for my mods. = Math = === clamp === Returns a clamped number. (Int) <code>clamp(''int'' n, ''int'' min, ''int'', max)</code> <syntaxhighlight lang="lua"> rawset(_G, "clamp", function(n, _min, _max) if (n < _min) n = _min elseif (n > _max) n = _max end return n end) </syntaxhighlight> === sign === Returns the sign (-1, 0 or 1) of number. (Int) <code>sign(''int'' n)</code> <syntaxhighlight lang="lua"> rawset(_G, "sign", fu..." Tag: Visual edit: Switched
- 18:4518:45, 12 August 2024 diff hist +147 N User:Fonikku Created my User page Tag: Visual edit