api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api [2020/12/04 16:23]
krysune
api [2021/12/14 04:38] (current)
Line 1: Line 1:
-====== API ======+====== Developers API ======
 Though great efforts will be made to keep items backwards compatible; it is advised that developers should make scripts easily upgradable to accommodate changes.\\ Though great efforts will be made to keep items backwards compatible; it is advised that developers should make scripts easily upgradable to accommodate changes.\\
 ===== Broadcasts ===== ===== Broadcasts =====
Line 32: Line 32:
  
  
-Broadcasts the state the HUD is currently in; there have been only 4 different states since inception of the HUD (InitialState, RunningState, CopulateState, BirthingState). Each state may add additional information that might be of particular interest; as example CopulateState provides the target which is being copulated with and the story (which is the actively selected option such as “Breeding” that may also add additional relevant output). Top-level will always have a key that matches the value of “state” (notice in the example state equals “CopulateState” which is the key for the object that holds the target and story entries)+Broadcasts the state the HUD is currently in; there have been only 4 different states since inception of the HUD (InitialState, RunningState, CopulateState, BirthingState). Each state may add additional information that might be of particular interest; as example:\\  
 +  * CopulateState provides the target which is being copulated with and the story (which is the actively selected option such as “Breeding” that may also add additional relevant output).\\  
 +  * Top-level will always have a key that matches the value of “state” (notice in the example state equals “CopulateState” which is the key for the object that holds the target and story entries)
 <code> <code>
 Channel: -1537921546 Channel: -1537921546
Line 67: Line 69:
 === Queries === === Queries ===
  
-Queries may be performed against an individual’s HUD to procure specific information about the current/active profile. Requests and responses are handled on the same channel and as such, is important to only make use of llRegionSayTo when making a request, as the response will also be doing the same. Request format may change but will at minimum always require a handle and query values; the handle is returned back in the response for the developers own request/response tracking. Request options are limited at this time; if looking for something specific, reach out to the developer Feral Ninetails in world.+Queries may be performed against an individual’s HUD to procure specific information about the current/active profile. Requests and responses are handled on the same channel and as such, is important to only make use of llRegionSayTo when making a request, as the response will also be doing the same. Request format may change but will at minimum always require a handle and query values; the handle is returned back in the response for the developers own request/response tracking. Request options are limited at this time; if looking for something specific, reach out to the developer [[https://my.secondlife.com/feral.ninetails|Feral Ninetails]] in world. 
  
-* caution should be exercised in making multiple requests as attempts to abuse this will be met with permanent blocking across all HUDs 
 <code> <code>
-Channel: -1543176231+Channel: TBD
 Request: Request:
 { {
Line 103: Line 105:
 === Example Scripts: === === Example Scripts: ===
  
-[[https://pastebin.com/cB81uprX|**AnE Stats HUD Script**]]+**[[https://pastebin.com/cB81uprX|AnE Stats HUD Script]]**
 <WRAP center round tip 60%> <WRAP center round tip 60%>
-can copy the system.main script into inventory to reveal the same information.+You can copy the system.main script into inventory to reveal the same information.
 </WRAP> </WRAP>
  
  
  
  • api.1607098981.txt.gz
  • Last modified: 2021/12/14 04:36
  • (external edit)