LUA Code: Difference between revisions

From Burnout Wiki
Content added Content deleted
mNo edit summary
(Clarify that there are no structures.)
 
Line 10: Line 10:


= Structures =
= Structures =
See [[Binary File]].
'''Note: LUA code resources begin with a [[Binary File]] resource.'''

The data is made up of plaintext LUA code. There are no data structures.

Latest revision as of 04:28, 21 September 2023

LuaCode
aka {{{othernames}}}

LUA code snippet from BrnBootLoadingFsm.
Resource names Unknown
Type ID 0x22
Category Generic
Memory
distribution
Main Memory only
Imports Unknown
Imported by Unknown
Editor
available?
No

LUA Code resources are simple containers for raw LUA code. They are primarily used in FSM bundles and are unrelated to the LUA Script or LUA List resource types.

Structures

Note: LUA code resources begin with a Binary File resource.

The data is made up of plaintext LUA code. There are no data structures.