Daedalus Dock - Modules - TypesVar Details - Proc Details

stats

Vars

examined_object_weakrefsA list of weakrefs to examined objects. Used for forensic rolls. THIS DOES JUST KEEP GETTING BIGGER, SO, CAREFUL.
result_stashCached results.
statsA lazylist

Procs

cache_resultCache a result datum. Duration <1 means infinite duration.
get_skill_modifierReturn a given skill value modifier.
get_stashed_resultReturns a cached result datum pr null
get_stat_modifierReturn a given stat value.
remove_stat_modifierRemove all stat modifiers given by a source.
set_stat_modifierAdd a stat modifier from a given source
uncache_resultRemoves a result from the result cache.

Var Details

examined_object_weakrefs

A list of weakrefs to examined objects. Used for forensic rolls. THIS DOES JUST KEEP GETTING BIGGER, SO, CAREFUL.

result_stash

Cached results.

stats

A lazylist

Proc Details

cache_result

Cache a result datum. Duration <1 means infinite duration.

get_skill_modifier

Return a given skill value modifier.

get_stashed_result

Returns a cached result datum pr null

get_stat_modifier

Return a given stat value.

remove_stat_modifier

Remove all stat modifiers given by a source.

set_stat_modifier

Add a stat modifier from a given source

uncache_result

Removes a result from the result cache.