User Tools

Site Tools


modding:function:typdynamicunid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
modding:function:typdynamicunid [2017/06/11 21:05] – created 0xabcdefmodding:function:typdynamicunid [2017/06/12 01:07] (current) 0xabcdef
Line 1: Line 1:
-[[typFind Talk Page|Talk Page]]+[[typDynamicUNID Talk Page|Talk Page]]
  
 === typDynamicUNID === === typDynamicUNID ===
Line 11: Line 11:
 === Example === === Example ===
  
-Assume that a new game has just started 
 <code> <code>
 (enum (list "type1" "type2" "type3" "type2" "type2" "type4" "type5") theName (enum (list "type1" "type2" "type3" "type2" "type2" "type4" "type5") theName
  (print (typDynamicUNID theName))  (print (typDynamicUNID theName))
  )  )
 +
 +<!--
 +Assuming that a new vanilla game has just started, the above code will print the following:
 -268435456 -268435456
 -268435455 -268435455
Line 23: Line 25:
 -268435453 -268435453
 -268435452 -268435452
 +-->
 </code> </code>
  
modding/function/typdynamicunid.1497215103.txt.gz · Last modified: 2017/06/11 21:05 by 0xabcdef