Difference between revisions of "Variable Reference"
Corrected terminology: "reference variables" is Legacy terminology; updated to Papyrus' "object variables" terminology
imported>Cipscis m (→Defining Variables: Changed to American English for consistency) |
imported>Cipscis (Corrected terminology: "reference variables" is Legacy terminology; updated to Papyrus' "object variables" terminology) |
||
Line 51: | Line 51: | ||
</source> | </source> | ||
== | == Object Variables == | ||
Variables that are objects or arrays are referred to as " | Variables that are objects or arrays are referred to as "object variables". These variables point at a value instead of storing it, so if you assign one variable to another, both point at the same value and changes made to one will reflect in the other. | ||
=== Examples === | === Examples === |