Difference between revisions of "MPUZ: Generic Terms"

From Mario Fan Games Galaxy Wiki
 
m
Line 1: Line 1:
The following is a list of terms used within the documentation that aren't necessarily "correct" within the game or engine itself. Usually they are used to avoid implying that there may be only one correct choice when there could be many.
+
The following is a list of terms used within the [[MPUZ: Developing|documentation]] that aren't necessarily "correct" within the [[MPUZ|game]] or engine itself. Usually they are used to avoid implying that there may be only one correct choice when there could be many.
  
*'''selector''': A keyword that refers to a given object instance. '''player''', '''me''', '''other''', and '''selected''' are all keywords that can be used instead of '''selector'''. '''selector''' itself means nothing to the runtime engine.
+
*'''selector''': A keyword that refers to a given [[MPUZ: Objects|object instance]]. [[MPUZ: Functions|'''player''', '''me''', '''other''', and '''selected''']] are all keywords that can be used instead of '''selector'''. '''selector''' itself means nothing to the runtime engine.
 +
[[Category:MPUZ]]

Revision as of 01:40, 15 May 2009

The following is a list of terms used within the documentation that aren't necessarily "correct" within the game or engine itself. Usually they are used to avoid implying that there may be only one correct choice when there could be many.