BBMOD_RenderQueue.DrawSpriteExt

A function defined in BBMOD_RenderQueue.gml

DrawSpriteExt(_sprite, _subimg, _x, _y, _xscale, _yscale, _rot, _col, _alpha)

Description

Adds a BBMOD_ERenderCommand.DrawSpriteExt command into the queue.

Arguments

Name Type Description
_sprite Asset.GMSprite The sprite to draw.
_subimg Real The sub-image of the sprite to draw.
_x Real The x coordinate of where to draw the sprite.
_y Real The y coordinate of where to draw the sprite.
_xscale Real The horizontal scaling of the sprite.
_yscale Real The vertical scaling of the sprite.
_rot Real The rotation of the sprite.
_col Constant.Color The color with which to blend the sprite.
_alpha Real The alpha of the sprite.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.