7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
Scriptname EquipSlot extends Form Hidden
|
|
|
|
; Returns the number of parent slots
|
|
int Function GetNumParents() native
|
|
|
|
; Returns the Nth parent slot
|
|
EquipSlot Function GetNthParent(int n) native |