Action Replace Sprite

From ENIGMA
Jump to navigation Jump to search

Description

Action replace sprite.png

Replace Sprite

Replaces the given number of images of the given sprite resource with the given file.

Parameters

Parameter Description
Sprite which sprite resource to replace
Filename path with name and extension of the file
Images the number of images to replace

Function Equivalent

action_replace_sprite(int ind, std::string filename, int imgnumb)
returns: (boolean)