Attribute
Table of Contents
- $constitution : int
- $dexterity : int
- $intelligence : int
- $strength : int
- $wisdom : int
- getConstitution() : int
- Get the value of Constitution.
- getDexterity() : int
- Get the value of Dexterity.
- getIntelligence() : int
- Get the value of Intelligence.
- getStrength() : int
- Get the value of Strength.
- getWisdom() : int
- Get the value of Wisdom.
- setConstitution() : self
- Set the value of Constitution.
- setDexterity() : self
- Set the value of Dexterity.
- setIntelligence() : self
- Set the value of Intelligence.
- setStrength() : self
- Set the value of Strength.
- setWisdom() : self
- Set the value of Wisdom.
Properties
$constitution
private
int
$constitution
= 10
Tags
$dexterity
private
int
$dexterity
= 10
Tags
$intelligence
private
int
$intelligence
= 10
Tags
$strength
private
int
$strength
= 10
Tags
$wisdom
private
int
$wisdom
= 10
Tags
Methods
getConstitution()
Get the value of Constitution.
public
getConstitution() : int
Return values
int —getDexterity()
Get the value of Dexterity.
public
getDexterity() : int
Return values
int —getIntelligence()
Get the value of Intelligence.
public
getIntelligence() : int
Return values
int —getStrength()
Get the value of Strength.
public
getStrength() : int
Return values
int —getWisdom()
Get the value of Wisdom.
public
getWisdom() : int
Return values
int —setConstitution()
Set the value of Constitution.
public
setConstitution(int $constitution) : self
Parameters
- $constitution : int
Return values
self —setDexterity()
Set the value of Dexterity.
public
setDexterity(int $dexterity) : self
Parameters
- $dexterity : int
Return values
self —setIntelligence()
Set the value of Intelligence.
public
setIntelligence(int $intelligence) : self
Parameters
- $intelligence : int
Return values
self —setStrength()
Set the value of Strength.
public
setStrength(int $strength) : self
Parameters
- $strength : int
Return values
self —setWisdom()
Set the value of Wisdom.
public
setWisdom(int $wisdom) : self
Parameters
- $wisdom : int