Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
WrittenNoteData Class Reference

Protected Member Functions

void WrittenNoteData (ItemBase parent)
 
void OnRPC (PlayerIdentity sender, int rpc_type, ParamsReadContext ctx)
 
void InitNoteInfo (ItemBase pen=null, ItemBase paper=null)
 
bool GetNoteInfo (out ItemBase pen, out ItemBase paper)
 
string GetNoteText ()
 
void SetNoteText (string text)
 
void DepleteWritingImplement (notnull ItemBase pen, string old_text, string new_text)
 

Protected Attributes

ItemBase m_WritingImplement
 
ItemBase m_Paper
 
string m_SimpleText
 

Detailed Description

Definition at line 1 of file writtennotedata.c.

Constructor & Destructor Documentation

◆ WrittenNoteData()

void WrittenNoteData::WrittenNoteData ( ItemBase parent)
protected

Definition at line 8 of file writtennotedata.c.

Member Function Documentation

◆ DepleteWritingImplement()

void WrittenNoteData::DepleteWritingImplement ( notnull ItemBase pen,
string old_text,
string new_text )
protected

Definition at line 83 of file writtennotedata.c.

◆ GetNoteInfo()

bool WrittenNoteData::GetNoteInfo ( out ItemBase pen,
out ItemBase paper )
protected

Definition at line 65 of file writtennotedata.c.

◆ GetNoteText()

string WrittenNoteData::GetNoteText ( )
protected

Definition at line 73 of file writtennotedata.c.

◆ InitNoteInfo()

void WrittenNoteData::InitNoteInfo ( ItemBase pen = null,
ItemBase paper = null )
protected

Definition at line 58 of file writtennotedata.c.

◆ OnRPC()

void WrittenNoteData::OnRPC ( PlayerIdentity sender,
int rpc_type,
ParamsReadContext ctx )
protected

Definition at line 13 of file writtennotedata.c.

◆ SetNoteText()

void WrittenNoteData::SetNoteText ( string text)
protected

Definition at line 78 of file writtennotedata.c.

Member Data Documentation

◆ m_Paper

ItemBase WrittenNoteData::m_Paper
protected

Definition at line 4 of file writtennotedata.c.

◆ m_SimpleText

string WrittenNoteData::m_SimpleText
protected

Definition at line 6 of file writtennotedata.c.

◆ m_WritingImplement

ItemBase WrittenNoteData::m_WritingImplement
protected

Definition at line 3 of file writtennotedata.c.


The documentation for this class was generated from the following file: