Struct rgmk::Variable [] [src]

pub struct Variable {
    pub name_index: usize,
    // some fields omitted
}

A game maker variable.

Fields

Index of the name of the variable in the strings section.