CAEngine::Log

Revision as of 18:15, 15 June 2015 by Karenlee (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

Description

A record of all commands sent to the ADE typescript and the results received from those commands, when the Photo property is true.

Data type

string

Example Usage

ade.Photo|Photo = true;
ade.SendCommand("news");
ade.SendCommand("profile");
string txt = ADE.Log;

Access

read

See Also

Comments


You are not allowed to post comments.