voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
Session
voxelman
session
sessionman
Undocumented in source.
struct
Session {
SessionId
sessionId
;
SessionType
type
;
bool
isLoggedIn
();
string
name
();
string
_name
;
EntityId
dbKey
;
}
Members
Functions
isLoggedIn
bool
isLoggedIn
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string
name
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_name
string
_name
;
Undocumented in source.
dbKey
EntityId
dbKey
;
Undocumented in source.
sessionId
SessionId
sessionId
;
Undocumented in source.
type
SessionType
type
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
session
sessionman
enums
SessionType
structs
Session
SessionManager