Difference between revisions of "Pandora - Return a Skill List from a Skill Category"

From SmartWiki
Jump to: navigation, search
(Created page with 'This function is used to return a record set of skill categories associated with the Level 1 item. ''skills_find(flag,callbackfunc,skilltypeid)'' {| border="1" !Parameter !Des…')
 
 
Line 1: Line 1:
 
This function is used to return a record set of skill categories associated with the Level 1 item.
 
This function is used to return a record set of skill categories associated with the Level 1 item.
  
''skills_find(flag,callbackfunc,skilltypeid)''
+
skills_find(flag,callbackfunc,skilltypeid)
  
  

Latest revision as of 10:25, 6 August 2010

This function is used to return a record set of skill categories associated with the Level 1 item.

skills_find(flag,callbackfunc,skilltypeid)


Parameter Description
Flag True or false, send synchronously or asynchronously.
Callbackfunc Function to be used after the asynchronous function call.
skilltypeid ID of the skill type.
Returns ssRecordSet object