RemovePositionedObject

Introduction

RemovePositionedObject removes the argument PositionedObject from the SpriteManager and any other lists that it is a part of. This is usually called in generated code when an Entity's Destroy method is called, and is rarely called in custom game code.

Last updated