Skip to main content

StatRef

Type Alias StatRef 

Source
pub type StatRef = String;
Expand description

A stat reference: a name string, interned to a stat index by the loader and resolved to P::Stat by the game binding.

Aliased Type§

pub struct StatRef { /* private fields */ }