Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 455 Bytes

long.md

File metadata and controls

22 lines (13 loc) · 455 Bytes

ModDevGenerateSpriteUVsForDirectory

ModDevGenerateSpriteUVsForDirectory("data/spriteuv", true);

Description

Generates sprite UV's within the given directory

Parameters

  • directory_path: the directory to generate sprite uvs [string]
  • override_existing: do we override existing uv [string]

Return Value

N/A

Warning

This function is untested, it may or may not work at all and could potentially cause crashes