#include <FFLiSystemContext.h>
Public Member Functions | |
| FFLiSystemContext () | |
| ~FFLiSystemContext () | |
| void | Init (u32 seed) |
| FFLiRandomContext * | RandomContext () |
| const FFLiAuthorID * | UserID () const |
| u64 | TitleID () const |
| bool | AfterConstruct () |
Private Attributes | |
| FFLiRandomContext | m_RandomContext |
| FFLiAuthorID | m_AuthorID |
| FFLiCreateIDBase | m_CreateIDBase |
| u64 | m_TitleID |
| FFLiSystemContext::FFLiSystemContext | ( | ) |
| FFLiSystemContext::~FFLiSystemContext | ( | ) |
| void FFLiSystemContext::Init | ( | u32 | seed | ) |
|
inline |
| const FFLiAuthorID * FFLiSystemContext::UserID | ( | ) | const |
| u64 FFLiSystemContext::TitleID | ( | ) | const |
| bool FFLiSystemContext::AfterConstruct | ( | ) |
|
private |
|
private |
|
private |
|
private |