ModelState

Model loading state information.

Members

Functions

error
void error(nstring msg, const(char)* file, uint line)

Writes an error to the error sink.

error
void error(const(char)* msg, const(char)* file, uint line)

Writes an error to the error sink.

info
void info(const(char)* msg, const(char)* file, uint line)

Writes info to the info sink.

info
void info(nstring msg, const(char)* file, uint line)

Writes info to the info sink.

warning
void warning(nstring msg, const(char)* file, uint line)

Writes an warning to the warning sink.

warning
void warning(const(char)* msg, const(char)* file, uint line)

Writes an warning to the warning sink.

Variables

doUpgrade08
bool doUpgrade08;

Is the puppet a 0.8 legacy puppet?

io
IOSink io;

IO Sink

upctx
HashTable!(string, float) upctx;

Simple model upgrade context data

version_
uint version_;

Inochi2D Specification version.

Meta