Api session items textures: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
   "name" : "House Window",
   "name" : "House Window",
   "texture" : "windows.dds",
   "texture" : "windows.dds",
   "version" : 23
   "version" : 1
}, {
}, {
   "coordinates" : [ 0.0, 0.0, 0.34, 0.5 ],
   "coordinates" : [ 0.0, 0.0, 0.34, 0.5 ],
Line 15: Line 15:
   "name" : "Manor Door",
   "name" : "Manor Door",
   "texture" : "doors.dds",
   "texture" : "doors.dds",
   "version" : 21
   "version" : 5
} ]</syntaxhighlight>
} ]</syntaxhighlight>
==Limit Queries==
==Limit Queries==
Line 40: Line 40:
ZIPSMILE:  
ZIPSMILE:  
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/textures/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/textures/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>
==Api Model DecalTexture==
API Model description of DecalTexture
{|class=wikitable
!Name
!Type
!Description
|-
|coordinates
|float[]
|
|-
|id
|int
|
|-
|name
|String
|
|-
|texture
|String
|
|-
|version
|int
|
|}
{{article end|seealso=*[[Api Content Items]]
{{article end|seealso=*[[Api Content Items]]
*[[Api session event editor]]
*[[Api session event editor]]

Revision as of 11:53, 20 April 2026

Api session items Texture Endpoints.

Default Query:

https://engine.tygron.com/api/session/items/textures/?f=JSON&token=API_TOKEN

Example Response:

[ {
  "coordinates" : [ 0.0, 0.0, 0.28, 0.5 ],
  "id" : 0,
  "name" : "House Window",
  "texture" : "windows.dds",
  "version" : 1
}, {
  "coordinates" : [ 0.0, 0.0, 0.34, 0.5 ],
  "id" : 1,
  "name" : "Manor Door",
  "texture" : "doors.dds",
  "version" : 5
} ]

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

Api Model DecalTexture

API Model description of DecalTexture

Name Type Description
coordinates float[]
id int
name String
texture String
version int