MSIR.0728 (attribute) variable invalid in (blocktype): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
Certain variable attributes are invalid in certain variable definition blocks. For example, the Global, Session, or Common attributes are not valid for structures or Public/Private class variables (they are valid for Shared variables). Static is also invalid for such variables. Don't use the proscribed attributes in these contexts.
Certain variable attributes are invalid in certain variable definition blocks. For example, the Global, Session, or Common attributes are not valid for structures or Public/Private class variables (they are valid for Shared variables). Static is also invalid for such variables. Don't use the proscribed attributes in these contexts.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 16:05, 13 August 2015

Certain variable attributes are invalid in certain variable definition blocks. For example, the Global, Session, or Common attributes are not valid for structures or Public/Private class variables (they are valid for Shared variables). Static is also invalid for such variables. Don't use the proscribed attributes in these contexts.