Dreadedentity – User talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Add redirection)
Tag: New redirect
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Error message ==
#REDIRECT [[User talk:DreadedEntity]]
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
 
== 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
 
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)
 
== 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)

Latest revision as of 13:27, 5 April 2022