Skip to content

(question) Removing sprites #4

@mattkrins

Description

@mattkrins

Hi Clavus, you can remove a model from a table on the fly using something like
if CLIENT then for _, v in pairs( self.WElements ) do if v.modelEnt and IsValid(v.modelEnt) then v.modelEnt:Remove() end end end
But is it possible to remove sprites in a similar fashion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions