All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SRB2 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:45, 12 August 2024 Fonikku talk contribs created page 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:07, 12 August 2024 Fonikku talk contribs created page 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:54, 12 August 2024 Fonikku talk contribs created page 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:45, 12 August 2024 Fonikku talk contribs created page User:Fonikku (Created my User page) Tag: Visual edit
- 18:16, 12 August 2024 User account Fonikku talk contribs was created