Player: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
No edit summary
(WIP)
Line 9: Line 9:
=== void tfDickLarger() ===
=== void tfDickLarger() ===
Increase the size of player's dick.  This outputs text to screen.
Increase the size of player's dick.  This outputs text to screen.
getHeight
getDickSize
deleteItem
getName
isInInventory
getVaginaSize
getVaginaSizeString
getWeight
getWeightString
getBreastRows
getBreastSize
getBreastSizeString
tfBreastsLarger
tfBreastsSmaller
tfDickLarger
tfDickSmaller
setDickSize
getLocation
pickupItem
forcePickupItemSilent
pickupItemOrDropToGround
getCurrentInventorySize
dropAllInventoryToMapRoom
isInInventoryString
getInventoryItemByString
deleteInventoryString
dropItem
causeDamage
getPlayerAttackDamagePhysical
getPlayerAttackDamageLust
getAcceptance
setAcceptance
incAcceptance
decAcceptance
isCovered
getExposure
getTotallyHuman
setTotallyHuman
setToStartingCharacteristics
setMaleSilent
tfMakeVagina
tfVaginaSmaller
tfVaginaLarger
setVaginaSize
monsterVagina
resetLust
resetLustSilent
resetLustButNotMilk
getLust
incLust
decLust
getSomethingToPlayWith
hasArms
hasLegs
hasUselessHands
incOverweight
decOverweight
getOverweight
incBellyPreg
setBellyPreg
getCombinedBellySize
getBellyDescription
getBellyPreg
getHP
getHPMax
heal
getLevel
getCash
addCash
removeCash
getHeightString
tfHeightTaller
tfHeightShorter
tfHeightTowards
incMilkProduction
decMilkProduction
getMilkProduction
getUdderDescription
getUdderMilk
hasUdder
createUdder
removeUdder
resetMilkSilent
resetBreastMilkSilent
resetUdderMilkSilent
getBreastMilk
isAbleToExercise
attemptExercise
resetExercise
isAbleToWatchTV
setIsAbleToWatchTV
setBreastRows
tfIncBreastRows
tfDecBreastRows
getInHeat
getIsAllFours
checkPlayerMobile
triggerInseminationChance
getWristsBound
hasAlternateVoice
getAlternateVocal


== Example Code ==
== Example Code ==
[[Dick Size Increaser]]
[[Dick Size Increaser]]
[[Category:LUA Class Reference]]
[[Category:LUA Class Reference]]

Revision as of 02:49, 29 December 2017

Public Methods

static Player getInstance()

Get the instance of the Player class.

string getDickSizeString()

Get string representation of player's dick size

void tfDickLarger()

Increase the size of player's dick. This outputs text to screen.

getHeight

getDickSize

deleteItem

getName

isInInventory

getVaginaSize

getVaginaSizeString

getWeight

getWeightString

getBreastRows

getBreastSize

getBreastSizeString

tfBreastsLarger

tfBreastsSmaller

tfDickLarger

tfDickSmaller

setDickSize

getLocation

pickupItem

forcePickupItemSilent

pickupItemOrDropToGround

getCurrentInventorySize

dropAllInventoryToMapRoom

isInInventoryString

getInventoryItemByString

deleteInventoryString

dropItem

causeDamage

getPlayerAttackDamagePhysical

getPlayerAttackDamageLust

getAcceptance

setAcceptance

incAcceptance

decAcceptance

isCovered

getExposure

getTotallyHuman

setTotallyHuman

setToStartingCharacteristics

setMaleSilent

tfMakeVagina

tfVaginaSmaller

tfVaginaLarger

setVaginaSize

monsterVagina

resetLust

resetLustSilent

resetLustButNotMilk

getLust

incLust

decLust

getSomethingToPlayWith

hasArms

hasLegs

hasUselessHands

incOverweight

decOverweight

getOverweight

incBellyPreg

setBellyPreg

getCombinedBellySize

getBellyDescription

getBellyPreg

getHP

getHPMax

heal

getLevel

getCash

addCash

removeCash

getHeightString

tfHeightTaller

tfHeightShorter

tfHeightTowards

incMilkProduction

decMilkProduction

getMilkProduction

getUdderDescription

getUdderMilk

hasUdder

createUdder

removeUdder

resetMilkSilent

resetBreastMilkSilent

resetUdderMilkSilent

getBreastMilk

isAbleToExercise

attemptExercise

resetExercise

isAbleToWatchTV

setIsAbleToWatchTV

setBreastRows

tfIncBreastRows

tfDecBreastRows

getInHeat

getIsAllFours

checkPlayerMobile

triggerInseminationChance

getWristsBound

hasAlternateVoice

getAlternateVocal

Example Code

Dick Size Increaser