Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
28 November 2025
| N 00:37 | natives.drawSprite diffhist +1,586 ChrisGame20 talk contribs (Created page with "{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.drawSprite |parameters = int texture, float x, float y, float width, float height, float rotation, int r, int g, int b, int a |parameter1 = int texture Handle of the texture obtained with natives.getTexture |parameter2 = float x Normalized X coordinate (0.0–1.0) for the sprite’s center |parameter3 = float y Normalized Y coordinate (0.0–1.0) for the sprite’s center |parameter4 = float...") | ||||
| N 00:33 | natives.loadTxd diffhist +845 ChrisGame20 talk contribs (Created page with "{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.loadTxd |parameters = string txdName |parameter1 = string txdName Name of the TXD (texture dictionary) to load |usage = Loads a texture dictionary (TXD) into memory so its textures can be accessed |notes = - Must be called before using natives.getTexture or natives.drawSprite with textures from that TXD - This native can only load texture dictionaries that exist inside the **game’s te...") | ||||