khanat-opennel-code/code/ryzom/common/data_leveldesign/leveldesign/DFN/basics/type_property.typ
acemtp@users.sourceforge.net d5c601ffa5 initial version
2010-05-06 02:08:41 +02:00

16 lines
700 B
XML

<?xml version="1.0"?>
<TYPE Type="String" UI="NonEditableCombo" Default="uint32" Version="0.2" State="modified">
<DEFINITION Label="uint8" Value="0"/>
<DEFINITION Label="sint8" Value="1"/>
<DEFINITION Label="uint16" Value="2"/>
<DEFINITION Label="sint16" Value="3"/>
<DEFINITION Label="uint32" Value="4"/>
<DEFINITION Label="sint32" Value="5"/>
<DEFINITION Label="uint64" Value="6"/>
<DEFINITION Label="sint64" Value="7"/>
<DEFINITION Label="float" Value="8"/>
<DEFINITION Label="double" Value="9"/>
<DEFINITION Label="Sid" Value="10"/>
<COMMENTS>Add Sid type</COMMENTS>
<LOG>Fri May 17 15:24:40 2002 (corvazier) File converted from old format</LOG>
</TYPE>