|
|
Line 1: |
Line 1: |
| {{TOC|side}}
| | #REDIRECT [[User talk:DreadedEntity]] |
| == Error message ==
| |
| | |
| Does anybody know why it says my user page is not registered? How to fix it? Can't seem to find the bulk of my contributions in wiki history either
| |
| | |
| : yup, it's unfortunately the wiki that is not understanding your username starting with a lowercase - {{ic|1= dreadedentity != Dreadedentity}} - and it weirdly cannot have a user without first uppercase as of now :-\ - [[User:Lou Montana|Lou Montana]] ([[User talk:Lou Montana|talk]]) 11:51, 20 March 2022 (CET)
| |
| | |
| | |
| == params page ==
| |
| | |
| The note you left on the params page actually talks about a effect of private variables
| |
| https://community.bistudio.com/wiki/private
| |
| Not params itself. Params just has the side effect of creating new variables as private versions.
| |
| | |
| "[[params|Params]] gets around this, most likely, by creating a new, unique application-level variable under the hood, despite being of the same name."
| |
| | |
| Not "most likely". We know exactly what's happening. If you access a local variable the engine walks up all scopes and tries to find a existing varible with same name.
| |
| | |
| "private" variables just disable that check and only look in the current scope, and create a new variable if it doesn't exist yet.
| |
| | |
| Consider rewording your text or just moving it to the private page. It's not really relevant to params.
| |
| | |
| Just noticed. The params command description already says "Parses input argument into array of private variables." So your note is kinda redundant information
| |
| | |
| | |
| == Arma dedicated server ==
| |
| | |
| Is pointing to Arma 2 config, was this your intention? [[User:killzone_kid|killzone_kid]] ([[User talk:killzone_kid|talk]]) 13:35, 18 March 2022 (CET)
| |
| :That page seems to be more of a generic page for any game, even though there's a link to the Arma 3-specific page. So I think I got lucky in that regard. I also added a Feature on the A3 dedicated server page that links back to the generic page with a note about it -[[User:DreadedEntity|DreadedEntity]] ([[User talk:dreadedentity|talk]]) 14:19, 18 March 2022 (CET)
| |
| | |
| | |
| == Join Discord ==
| |
| | |
| Please consider joining A3 discord if you are planning on continuing editing wiki [[User:killzone_kid|killzone_kid]] ([[User talk:killzone_kid|talk]]) 11:03, 20 March 2022 (CET)
| |
| | |
| Hi! Be sure to check [https://community.bistudio.com/wiki?title=load&diff=308820&oldid=308819 changes] before committing :) also, don't hesitate to join the [https://discord.gg/arma Arma Discord Server], {{hl|#community_wiki}} channel! - [[User:Lou Montana|Lou Montana]] ([[User talk:Lou Montana|talk]]) 18:37, 3 April 2022 (CEST)
| |