-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
How do I perform a typedef operation on a table in a .fbs file?
table Monster { pos:Vec3; mana:short = 150; hp:short = 100; name:string; friendly:bool = false (deprecated); inventory:[ubyte]; color:Color = Blue; weapons:[Weapon]; equipped:Equipment; path:[Vec3]; } typedef Monster AdMonster
Is this acceptable?
Metadata
Metadata
Assignees
Labels
No labels