Understanding SS13 code: Difference between revisions

No change in size ,  14:07, 30 October 2014
imported>Cheridan
imported>Cheridan
Line 62: Line 62:
   var/a = list()
   var/a = list()


==== Typecasting ====
==== Other Types ====


If you wish to store a coin in somewhere in the variables of an object and use the coin's defined procs or variables, you'll have to define the variable in which you store the coin as a coin. The second example also creates a variable called D and sets it to a new coin.
If you wish to store a coin in somewhere in the variables of an object and use the coin's defined procs or variables, you'll have to define the variable in which you store the coin as a coin. The second example also creates a variable called D and sets it to a new coin.
Anonymous user