-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEEP_Lua.xml
203 lines (179 loc) · 12 KB
/
EEP_Lua.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<NotepadPlus>
<UserLang name="EEP_Lua" ext="" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00 01 02 03--[[ 04]]</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1"></Keywords>
<Keywords name="Numbers, suffix2"></Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">[ ] , = + - * / // % ^ >> << & | ~ .. ;</Keywords>
<Keywords name="Operators2"></Keywords>
<Keywords name="Folders in code1, open">for function if repeat while ( {</Keywords>
<Keywords name="Folders in code1, middle">do then else elseif </Keywords>
<Keywords name="Folders in code1, close">end until ) }</Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open">--[[</Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close">]]</Keywords>
<Keywords name="Keywords1">and break do else elseif end false for function goto if in local nil not or repeat return then true until while</Keywords>
<Keywords name="Keywords2">_ENV _G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawlen rawset require select setfenv setmetatable tonumber tostring type unpack xpcall string table math bit32 coroutine io os debug package __index __newindex __call __add __sub __mul __div __mod __pow __unm __concat __len __eq __lt __le __gc __mode</Keywords>
<Keywords name="Keywords3">byte char dump find format gmatch gsub len lower match rep reverse sub upper abs acos asin atan atan2 ceil cos cosh deg exp floor fmod frexp ldexp log log10 max min modf pow rad random randomseed sin sinh sqrt tan tanh arshift band bnot bor btest bxor extract lrotate lshift replace rrotate rshift shift string.byte string.char string.dump string.find string.format string.gmatch string.gsub string.len string.lower string.match string.rep string.reverse string.sub string.upper string.gfind math.mod table.concat table.insert table.maxn table.pack table.remove table.sort table.unpack table.setn table.getn table.foreachi table.foreach math.abs math.acos math.asin math.atan math.atan2 math.ceil math.cos math.cosh math.deg math.exp math.floor math.fmod math.frexp math.huge math.ldexp math.log math.log10 math.max math.min math.modf math.pi math.pow math.rad math.random math.randomseed math.sin math.sinh math.sqrt math.tan math.tanh bit32.arshift bit32.band bit32.bnot bit32.bor bit32.btest bit32.bxor bit32.extract bit32.lrotate bit32.lshift bit32.replace bit32.rrotate bit32.rshift</Keywords>
<Keywords name="Keywords4">close flush lines read seek setvbuf write clock date difftime execute exit getenv remove rename setlocale time tmpname coroutine.create coroutine.resume coroutine.running coroutine.status coroutine.wrap coroutine.yield io.close io.flush io.input io.lines io.open io.output io.popen io.read io.tmpfile io.type io.write io.stderr io.stdin io.stdout os.clock os.date os.difftime os.execute os.exit os.getenv os.remove os.rename os.setlocale os.time os.tmpname debug.debug debug.getfenv debug.gethook debug.getinfo debug.getlocal debug.getmetatable debug.getregistry debug.getupvalue debug.getuservalue debug.setfenv debug.sethook debug.setlocal debug.setmetatable debug.setupvalue debug.setuservalue debug.traceback debug.upvalueid debug.upvaluejoin package.cpath package.loaded package.loaders package.loadlib package.path package.preload package.seeall</Keywords>
<Keywords name="Keywords5">clearlog
EEPMain EEPOnTrainCoupling EEPOnTrainLooseCoupling EEPOnTrainExitTrainyard EEPOnSignal_ EEPOnSwitch_
EEPTime EEPTimeH EEPTimeM EEPTimeS EEPVer
EEPSetTime
EEPLoadData EEPLoadProject EEPSaveData
EEPPause
EEPPlaySound
EEPSetCamera EEPSetPerspectiveCamera
EEPGetTrainActive EEPSetTrainActive
EEPGetTrainFromTrainyard
EEPGetTrainLength
EEPGetTrainRoute EEPSetTrainRoute
EEPGetTrainSpeed EEPSetTrainSpeed
EEPSetTrainAxis
EEPSetTrainCouplingFront EEPSetTrainCouplingRear
EEPSetTrainHook
EEPSetTrainHookGlue
EEPSetTrainHorn
EEPSetTrainLight
EEPSetTrainName
EEPSetTrainSmoke
EEPTrainLooseCoupling
EEPGetTrainyardItemName
EEPGetTrainyardItemStatus
EEPGetTrainyardItemsCount
EEPHideInfoTextBottom EEPHideInfoTextTop
EEPShowInfoTextBottom EEPShowInfoTextTop
EEPShowScrollInfoTextBottom EEPShowScrollInfoTextTop
EEPRegisterAuxiliaryTrack EEPRegisterControlTrack EEPRegisterRailTrack EEPRegisterRoadTrack EEPRegisterTramTrack
EEPIsAuxiliaryTrackReserved EEPIsControlTrackReserved EEPIsRailTrackReserved EEPIsRoadTrackReserved EEPIsTramTrackReserved
EEPRegisterSignal
EEPGetSignal EEPSetSignal
EEPGetSignalTrainName
EEPGetSignalTrainsCount
EEPSignalSetTextureText EEPSignalGetTextureText
EEPShowInfoSignal EEPChangeInfoSignal
EEPRegisterSwitch
EEPGetSwitch EEPSetSwitch
EEPShowInfoSwitch EEPChangeInfoSwitch
EEPAuxiliaryTrackSetTextureText EEPAuxiliaryTrackGetTextureText
EEPRailTrackSetTextureText EEPRailTrackGetTextureText
EEPRoadTrackSetTextureText EEPRoadTrackGetTextureText
EEPTramTrackSetTextureText EEPTramTrackGetTextureText
EEPGetRollingstockItemName
EEPGetRollingstockItemsCount
EEPRollingstockGetActive EEPRollingstockSetActive
EEPRollingstockGetAxis EEPRollingstockSetAxis
EEPRollingstockGetCouplingFront EEPRollingstockSetCouplingFront
EEPRollingstockGetCouplingRear EEPRollingstockSetCouplingRear
EEPRollingstockGetLength
EEPRollingstockGetModelType
EEPRollingstockGetMotor
EEPRollingstockGetOrientation
EEPRollingstockGetTagText EEPRollingstockSetTagText
EEPRollingstockGetTrack
EEPRollingstockGetTrainName
EEPRollingstockSetSlot
EEPRollingstockSetTextureText
EEPShowInfoStructure EEPChangeInfoStructure
EEPStructureAnimateAxis
EEPStructureGetAxis EEPStructureSetAxis
EEPStructureGetFire EEPStructureSetFire
EEPStructureGetLight EEPStructureSetLight
EEPStructureGetModelType
EEPStructureGetPosition EEPStructureSetPosition
EEPStructureGetSmoke EEPStructureSetSmoke
EEPStructureGetTagText EEPStructureSetTagText
EEPStructureIsAxisAnimate
EEPStructurePlaySound
EEPStructureSetRotation
EEPStructureSetTextureText EEPStructureGetTextureText
EEPGoodsGetModelType
EEPGoodsGetPosition
EEPGoodsSetPosition
EEPGoodsSetRotation
EEPGoodsSetTextureText EEPGoodsGetTextureText
EEPActivateCtrlDesk
EEPOnSaveAnl
EEPGetCameraPosition EEPSetCameraPosition
EEPGetCameraRotation EEPSetCameraRotation
EEPGoodsGetRotation
EEPRollingstockGetHook EEPRollingstockSetHook
EEPRollingstockGetHookGlue EEPRollingstockSetHookGlue
EEPRollingstockGetMileage
EEPRollingstockGetPosition
EEPRollingstockGetSmoke EEPRollingstockSetSmoke
EEPRollingstockSetHorn
EEPRollingstockSetUserCamera
EEPStructureGetRotation
EEPGetCloudsIntensity EEPSetCloudsIntensity
EEPSetDarkCloudsIntensity
EEPGetFogIntensity EEPSetFogIntensity
EEPGetHailIntensity EEPSetHailIntensity
EEPGetRainIntensity EEPSetRainIntensity
EEPGetSnowIntensity EEPSetSnowIntensity
EEPGetWindIntensity EEPSetWindIntensity
EEPSetZoneWindIntensity EEPGetZoneWindIntensity
EEPSetZoneRainIntensity EEPGetZoneRainIntensity
EEPSetZoneSnowIntensity EEPGetZoneSnowIntensity
EEPSetZoneHailIntensity EEPGetZoneHailIntensity
EEPSetZoneFogIntensity EEPGetZoneFogIntensity
EEPSetZoneClouds EEPGetZoneClouds
EEPSetZonePos EEPGetZonePos
EEPGetCloudsMode
EEPGetAnlName
EEPSignalSetTagText EEPSignalGetTagText
EEPRollingstockGetTextureText
EEPOnBeforeSaveAnl
EEPGetAnlVer
EEPGetAnlLng EEPLng
EEPRollingstockGetUserCamera
EEPGetSeason
EEPGetFramesPerSecond EEPGetCurrentFrame
EEPGetCurrentRenderFrame
EEPGetTimeLapse
</Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00' 01\ 02' 03" 04\ 05" 06[[ 07 08]] 09-- 10 11((EOL)) 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="16" />
<WordsStyle name="LINE COMMENTS" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="2" fontSize="10" nesting="256" />
<WordsStyle name="NUMBERS" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="008080" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="C10000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="FFFF00" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="804040" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="808000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="808040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="808040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>