selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Projection.Projection
selery
entity
util
Projection
Undocumented in source.
template
Projection
(T : Entity, string algorithm = "")
class
Projection : T {
this
(E args);
void
tick
();
void
attach
(Player player);
void
move_event
(PlayerMoveEvent event);
}
Constructors
this
this
(E args)
Undocumented in source.
Members
Functions
attach
void
attach
(Player player)
Undocumented in source. Be warned that the author may not have intended to support it.
move_event
void
move_event
(PlayerMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
void
tick
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
entity
util
Projection
classes
Projection