AAS:DModel
A Model derived of a DModelPanel
PANEL:SetDrawModelAccessories(bool)
Set if you want to draw accesories
Types
Arguments
Descriptions
Optional
bool
If you want to draw accesories
❌
PANEL:SetDrawAccessories(uniqueId)
Draw model accessory. Called internally AAS.GetTableById and PANEL:createAccessory.
Types
Arguments
Descriptions
Optional
uniqueId
The item uniqueId what you want to draw
❌
PANEL:createAccessory(itemTable)
Create the accessory and draw it on the model
Types
Arguments
Descriptions
Optional
itemTable
The item table what you want to draw
❌
PANEL:RemoveDrawAccessories(uniqueId)
Remove an accessory from the model
Types
Arguments
Descriptions
Optional
uniqueId
The item uniqueId what you want to remove
❌
Last updated
Was this helpful?