libScoreobject | score.t[336] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
libScore : PreinitObject
libScore
PreinitObject
ModuleExecObject
object
fullScoreList
scoreNotify
totalScore
Inherited from PreinitObject
:
execBeforeMe
reverseGlobalSymbols
Inherited from ModuleExecObject
:
execAfterMe
hasInitialized_
isDoingExec_
isExecuted_
addToScore_
calcMaxScore
execute
runScoreNotifier
showFullScore
showScore
showScoreMessage
showScoreNoMaxMessage
showScoreRank
showScoreRankMessage
Inherited from ModuleExecObject
:
_execute
classExec
fullScoreList | score.t[511] |
scoreNotify | score.t[521] |
totalScore | score.t[514] |
addToScore_ (points, desc) | score.t[349] |
We keep a list of each unique achievement. If 'desc' is already in this list, we'll simply add the given number of points to the existing entry for the same description.
Note that, if 'desc' is an Achievement object, it will match a previous item only if it's exactly the same Achievement instance.
calcMaxScore ( ) | score.t[529] |
execute ( ) OVERRIDDEN | score.t[569] |
runScoreNotifier ( ) | score.t[411] |
showFullScore ( ) | score.t[497] |
showScore ( ) | score.t[420] |
showScoreMessage (points, maxPoints, turns) | score.t[440] |
showScoreNoMaxMessage (points, turns) | score.t[449] |
showScoreRank (points) | score.t[460] |
showScoreRankMessage (msg) | score.t[485] |