API AssignOwnerKey: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
split
 
No edit summary
 
Line 1: Line 1:
=== AssignOwnerKey ===
{{Function
'''Definition:'''<br>
| name        = AssignOwnerKey
AssignOwnerKey(string keyid) -> nil
| desc        = Assign an owner key to this station.
<br>
| arg1_name    = keyid
'''Description:'''<br>
| arg1_type    = string
Assign an owner key to this station.
| arg1_desc    = key id. if nil a new key is created
<br>
| ret1_name    = nil
'''Arguments:'''<br>
| ret1_type    = nil
''keyid'' key id. if nil a new key is created
| notes        =
}}

Latest revision as of 04:24, 1 April 2011

AssignOwnerKey

Definition
AssignOwnerKey( string  keyid) ->  nil  nil
Description
Assign an owner key to this station.
Arguments
Type Name Description
string keyid key id. if nil a new key is created
Returns
Type Name Description
nil nil