Jump to content

XML:BINA/OBJC/TRIG: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Template:XMLModdingHints}}
{{Template:XMLModdingHints}}
{| border=0 cellspacing=20 cellpadding=0 align=center
| The xml code on this page is based on onisplit '''v0.9.61.0'''
|}


'''general notes'''
'''general notes'''
Line 108: Line 111:
:: (Screenshot of each would be good.)
:: (Screenshot of each would be good.)
* <TriggerId> : (used by BSL commands)
* <TriggerId> : (used by BSL commands)
* <Flags> :
* <Flags>
:: 4 - active?
:: ''active?'' (hex: 4)
:: 8 - initial active
:: '''InitialActive''' (hex: 8)
:: 10 - reverse
:: '''ReverseAnim''' (hex: 10)
:: 20 - pingpong
:: '''PingPong''' (hex: 20)
:: 40 - unknown
:: ''unknown'' (hex: 40)
:: 80 - unknown
:: ''unknown'' (hex: 80)
* <LaserColor> : ([[wikipedia:RGB_color_model#The_24-bit_RGB_representation|RGB]] range, e.g. <LaserColor>255 0 77</LaserColor>)
* <LaserColor> : ([[wikipedia:RGB_color_model#The_24-bit_RGB_representation|RGB]] range, e.g. <LaserColor>255 0 77</LaserColor>)
* <StartPosition> : (float value; start position of the trigger in the rail; range from 0 (bottom) to 1 (top) in connection to the spawn point of the trigger (spawn point = bottom))
* <StartPosition> : (float value; start position of the trigger in the rail; range from 0 (bottom) to 1 (top) in connection to the spawn point of the trigger (spawn point = bottom))
8,018

edits