Difference between revisions of "Pandora - Return a Record Set of Level 1 Skills"

From SmartWiki
Jump to: navigation, search
(Created page with 'This function is used to return a recordset of skills associated with the Level 1 item. ''leveloneskills_find(flag,callbackfunc,objectid)'' {| border="1" !Parameter !Descriptio…')
 
Line 1: Line 1:
 
This function is used to return a recordset of skills associated with the Level 1 item.
 
This function is used to return a recordset of skills associated with the Level 1 item.
  
''leveloneskills_find(flag,callbackfunc,objectid)''
+
leveloneskills_find(flag,callbackfunc,objectid)
  
 
{| border="1"
 
{| border="1"

Revision as of 10:20, 6 August 2010

This function is used to return a recordset of skills associated with the Level 1 item.

leveloneskills_find(flag,callbackfunc,objectid)
Parameter Description
Flag True or false, send synchronously or asynchronously.
Callbackfunc Function to be used after the asynchronous function call.
objectid ID of the level 1 record set.
Returns ssRecordSet object