Api session items textures: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
Default Query: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/textures/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
Example Response: | Example Response: | ||
< | <syntaxhighlight lang="text" copy>[ { | ||
"coordinates" : [ 0.0, 0.0, 0.28, 0.5 ], | "coordinates" : [ 0.0, 0.0, 0.28, 0.5 ], | ||
"id" : 0, | "id" : 0, | ||
"name" : "House Window", | "name" : "House Window", | ||
"texture" : "windows.dds", | "texture" : "windows.dds", | ||
"version" : | "version" : 5 | ||
}, { | }, { | ||
"coordinates" : [ 0.0, 0.0, 0.34, 0.5 ], | "coordinates" : [ 0.0, 0.0, 0.34, 0.5 ], | ||
| Line 18: | Line 18: | ||
"texture" : "doors.dds", | "texture" : "doors.dds", | ||
"version" : 3 | "version" : 3 | ||
} ]</ | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
Revision as of 11:35, 10 April 2026
Api session items Texture Endpoints.
Manipulate items with event: Api session event editor .
Default Query:
https://engine.tygron.com/api/session/items/textures/?f=JSON&token=API_TOKENExample Response:
[ {
"coordinates" : [ 0.0, 0.0, 0.28, 0.5 ],
"id" : 0,
"name" : "House Window",
"texture" : "windows.dds",
"version" : 5
}, {
"coordinates" : [ 0.0, 0.0, 0.34, 0.5 ],
"id" : 1,
"name" : "Manor Door",
"texture" : "doors.dds",
"version" : 3
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/textures/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/textures/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/textures/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/textures/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/textures/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/textures/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/textures/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/textures/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/textures/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/textures/?f=ZIPSMILE&token=API_TOKEN