-
Notifications
You must be signed in to change notification settings - Fork 7
Haxe Script API: Object Functions
Meme1079 edited this page Dec 25, 2024
·
1 revision
Adds the given object behind the player character.
-
object
- The given object to add behind the character.
Adds the given object behind the opponent character.
-
object
- The given object to add behind the character.
Adds the given object behind the girlfriend character.
-
object
- The given object to add behind the character.
Adds the given object into the game. Once a object has been added it will overlap the previous added object. Causing the recently added object to be placed in front of every object in the game.
-
object
- The given object to add within the game.
Sets the given object's order position with a new order position value.
-
object
- The given object to insert a new order position. -
pos
- An optional parameter, the new order position set to, leave it blank to insert in each object normally; Default value:-1
.
Removes the given object from the game.
-
object
- The given object to remove from the game.
Is the page in some way inaccurate? an error, a typo, or outdated data? To report it, use the "Issue Tab". Or do you wish to include a new function or add new information? use the "Pull Request Tab". Help is always appreciated!
- Event Callbacks
- Custom Sprite
- Custom Text
- Object Functions
- General Functions
- Scripting & File Functions
- Game Input Control Functions
- Language Translation
- HScript Functions
- Custom Substates
- Custom Shaders
- Deprecated & Removed Functions
- Sound & Music Functions
- Tweens & Timers Functions
- Reflection Functions
- Variables