COG Symbol Extensions - local

Local is the most common symbol extension. It shows that a variable is local to its cog and is not given a value in the level's .jkl file. This doesn't mean that if you leave out the local, the variable will be global and accessible to all cogs.

If a symbol does not have the local extension and its cog is defined in the cogs section of a JKL, then the symbol can be given an initial value from the JKL (explained below). Syntax:

  int     integer     local
  • Create:
This page was last modified 03:50, 20 December 2005.   This page has been accessed 164 times.