byond - Modules - TypesVar Details - Proc Details

skills

Vars

mechwhether we can use greyscale mechs or not
staminaEffects stamina regen rate and regen delay

Procs

getListreturns an assoc list (SKILL_X = VALUE) of all skills for this skill datum
getPercentreturns how many % of skills the user has of max_rating. rating should be a SKILL_X define
getRatingreturns number value of the skill rating. rating should be a SKILL_X define
modifyAllRatingsacts as [/proc/modifyRating] but instead modifies all values rather than several specific ones
modifyRatingreturns/gets a new skills datum with values changed according to the args passed
setRatingacts as [/proc/modifyRating] but sets the rating directly rather than modify it

Var Details

mech

whether we can use greyscale mechs or not

stamina

Effects stamina regen rate and regen delay

Proc Details

getList

returns an assoc list (SKILL_X = VALUE) of all skills for this skill datum

getPercent

returns how many % of skills the user has of max_rating. rating should be a SKILL_X define

getRating

returns number value of the skill rating. rating should be a SKILL_X define

modifyAllRatings

acts as [/proc/modifyRating] but instead modifies all values rather than several specific ones

modifyRating

returns/gets a new skills datum with values changed according to the args passed

setRating

acts as [/proc/modifyRating] but sets the rating directly rather than modify it