23 lines
440 B
Plaintext
23 lines
440 B
Plaintext
ADDFINGERS
|
|
NAME
|
|
AddFingers()
|
|
|
|
SYNOPSIS
|
|
varargs int AddFingers(string limb, int x)
|
|
|
|
DESCRIPTION
|
|
Adds the given number of fingers to the given limb. string limb - the limb to which fingers will be added. int x - the number of fingers being added, can be negative. Returns the total number of fingers after addition.
|
|
|
|
EXAMPLES
|
|
|
|
|
|
LOCATION
|
|
/lib/body
|
|
|
|
SEE ALSO
|
|
GetFingers
|
|
|
|
Author
|
|
Unknown
|
|
|