User contributions for Lopez

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

25 September 2022

  • 11:0711:07, 25 September 2022 diff hist +458 N IsCoronaReflectionEnabledCreated page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|Gets visibility of corona reflection.}} ==Syntax== <syntaxhighlight lang="lua"> bool isCoronaReflectionEnabled ( marker theMarker ) </syntaxhighlight> ===Required Arguments=== *'''theMarker:''' marker ===Returns=== * Returns ''false'' is marker type is not ''corona''. * Returns ''true'' if corona reflection is enabled, ''false'' otherwise. ==See Also== {{client marker functions}}"
  • 11:0511:05, 25 September 2022 diff hist +451 N SetCoronaReflectionEnabledCreated page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|Sets visibility of corona reflection.}} ==Syntax== <syntaxhighlight lang="lua"> bool setCoronaReflectionEnabled ( marker theMarker, bool enabled ) </syntaxhighlight> ===Required Arguments=== *'''bEnabled:''' whenever corona reflection should be visible ===Returns=== Returns ''true'' if marker type is ''corona'', ''false'' otherwise. ==See Also== {{client marker functions}}"
  • 11:0211:02, 25 September 2022 diff hist +2 GetCoronaReflectionsEnabledNo edit summary
  • 11:0111:01, 25 September 2022 diff hist +2 SetCoronaReflectionsEnabledNo edit summary
  • 10:5910:59, 25 September 2022 diff hist +63 Template:Client marker functionsNo edit summary
  • 10:5810:58, 25 September 2022 diff hist +68 Template:Client world functionsNo edit summary
  • 10:5610:56, 25 September 2022 diff hist +15 m SetCoronaReflectionsEnabledNo edit summary
  • 10:5510:55, 25 September 2022 diff hist +468 N GetCoronaReflectionsEnabledCreated page with "{{Client function}} __NOTOC__ {{New feature/item|1.5.9|1.5.8|21251|Gets visibility of corona reflections.}} ==Syntax== <syntaxhighlight lang="lua"> int getCoronaReflectionsEnabled ( ) </syntaxhighlight> ===Returns=== One of the following integers will be returned: * '''0''': corona reflections are disabled * '''1''': corona reflections are enabled * '''2''': corona reflections are force enabled, even if there is no rain ==See Also== {{client world functions}}"
  • 10:5210:52, 25 September 2022 diff hist +619 N SetCoronaReflectionsEnabledCreated page with "{{Client function}} __NOTOC__ {{New feature/item|1.5.9|1.5.8|21251|Sets visibility of corona reflections.}} ==Syntax== <syntaxhighlight lang="lua"> bool setCoronaReflectionsEnabled ( int enabled ) </syntaxhighlight> ===Required Arguments=== *'''enabled:''' ** 0 - disabled ** 1 - enabled ** 2 - force enabled, even if there is no rain ===Returns=== Returns ''true'' if passed arguments are correct, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> -- For..."

15 September 2022

12 September 2022

  • 15:0315:03, 12 September 2022 diff hist +3,023 N Code snippet for extracting weapon statsCreated page with "Code snippet which might be used to extract weapon stats: <syntaxhighlight lang="lua"> count = 22 statid = 3 addCommandHandler("dump", function () while (count < 33) do hFile = fileOpen ( "dump.txt" ) fileSetPos(hFile, fileGetSize ( hFile )) i = count fileWrite(hFile, "// " .. i .. " - " .. getWeaponNameFromID( i ) .. " Stat: " .. statid ) fileWrite(hFile, "\r\n") for k,v in ipairs(props) do outputChatBox(..."

20 January 2022

17 January 2022

8 January 2022

7 January 2022

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