mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-02-03 16:39:07 +00:00
17 lines
No EOL
525 B
Lua
17 lines
No EOL
525 B
Lua
-- #include "cmapbaseobj.lua"
|
|
|
|
local CMapStaticEntity = Struct("CMapStaticEntity", CMapBaseObj)
|
|
:paddingTo(0x28)
|
|
:field("unkFlags", "uint32")
|
|
:field("unkCounter", "int32")
|
|
:field("unk_030", "float")
|
|
:ptr("CM2Model", "model")
|
|
:embed("sphere", CAaSphere)
|
|
:embed("bbox", CAaBox)
|
|
:embed("vec2", C3Vector)
|
|
:embed("position", C3Vector)
|
|
:field("scale", "float")
|
|
:paddingTo(0x84)
|
|
:embed("m2AmbietColor", CImVector)
|
|
:embed("m2DiffuseColor", CImVector)
|
|
:field("unk_08C", "float") |