DestroyMultiboard
- Parameters
-
lb multiboard
- comment
Destroys the multiboard and frees the handle.
- bug
Fixed in 1.33: Crash on 1.30-1.32.10 (earlier?) when a multiboard is destroyed while
ShowInterface
is false for a player and the game crashes later, once turned on.ShowInterface
is used by the cinematic mode, also known as "letterbox mode" as GUI trigger.Workaround: hide the multiboard before destroying it, see:
MultiboardMinimize
.Bug reports: Cinematic mode, multiboard, toggling letterbox mode, multiboard.
- patch
1.07
- Source
- common.j
- return type
nothing
- Source code
native DestroyMultiboard takes multiboard lb returns nothing