Files
gtav-src/tools_ng/script/art/cutxml_ref_to_value.txt
T
2025-09-29 00:52:08 +02:00

16 lines
900 B
Plaintext
Executable File

ref= -> value=
<pEventArgs -> <iEventArgsIndex
<pEventArgsIndexList -> <iEventArgsIndexList
<pEventArgsDef -> <iEventArgsDefIndex
*REGEX* <attributes\s*> -> <cutfAttributes><Items>
*REGEX* </attributes\s*> -> </Items></cutfAttributes>
*REGEX* <attributeList\s*> -> <cutfAttributes><Items>
*REGEX* </attributeList\s*> -> </Items></cutfAttributes>
*REGEX* <attributeList\s*/> -> <cutfAttributes type="NULL"/>
*REGEX* <(\S+)\s+type="0"\s*>(.*)</(\w*)> -> <Item type="cutf_string"><Name>\1</Name><Value>\2</Value></Item>
*REGEX* <(\S+)\s+value="(\w+)"\s+type="1"\s*/> -> <Item type="cutf_int"><Name>\1</Name><Value value="\2"/></Item>
*REGEX* <(\S+)\s+value="(.*)"\s+type="2"\s*/> -> <Item type="cutf_float"><Name>\1</Name><Value value="\2"/></Item>
*REGEX* <(\S+)\s+value="(\w+)"\s+type="3"\s*/> -> <Item type="cutf_bool"><Name>\1</Name><Value value="\2"/></Item>