km-engine ~master (2022-05-09T12:27:43.0681511)
Dub
Repo
VNLog
engine
vn
log
Undocumented in source.
class
VNLog {
dstring
[]
log
;
void
add
(dstring action);
void
add
(dstring c, dstring text);
}
Members
Functions
add
void
add
(dstring c, dstring text)
Adds character saying something to log
add
void
add
(dstring action)
Adds action to log
Variables
log
dstring
[]
log
;
The log
Meta
Source
See Implementation
engine
vn
log
classes
VNLog