c2ephp
|
Dependency class used in various PrayBlocks. More...
Public Member Functions | |
PrayDependency ($category, $filename) | |
Initialise a new PrayDependency. | |
GetCategory () | |
GetFileName () | |
Related Functions | |
(Note that these are not member functions.) | |
Pray Dependency Types | |
All the possible types of Pray Dependency. | |
enum | PRAY_DEPENDENCY_SOUND |
enum | PRAY_DEPENDENCY_IMAGE |
Value: 2. More... | |
enum | PRAY_DEPENDENCY_GENE |
Value: 3. More... | |
enum | PRAY_DEPENDENCY_BODYDATA |
Value: 4. More... | |
enum | PRAY_DEPENDENCY_OVERLAY |
Value: 5. More... | |
enum | PRAY_DEPENDENCY_BACKGROUND |
Value: 6. More... | |
enum | PRAY_DEPENDENCY_CATALOGUE |
Value: 7. More... | |
enum | PRAY_DEPENDENCY_CREATURE |
Value: 10. More... |
Dependency class used in various PrayBlocks.
Known classes that use it: AGNTBlock, DSAGBlock, EGGSBlock
Definition at line 44 of file PrayDependency.php.
PrayDependency::GetCategory | ( | ) |
Definition at line 61 of file PrayDependency.php.
PrayDependency::GetFileName | ( | ) |
Definition at line 64 of file PrayDependency.php.
PrayDependency::PrayDependency | ( | $ | category, |
$ | filename | ||
) |
Initialise a new PrayDependency.
$category | One of the PRAY_DEPENDENCY_* constants |
$filename | The name of the file this dependency relates to. |
Definition at line 57 of file PrayDependency.php.
enum PRAY_DEPENDENCY_BACKGROUND [related] |
Value: 6.
Definition at line 33 of file PrayDependency.php.
enum PRAY_DEPENDENCY_BODYDATA [related] |
Value: 4.
Definition at line 29 of file PrayDependency.php.
enum PRAY_DEPENDENCY_CATALOGUE [related] |
Value: 7.
Definition at line 35 of file PrayDependency.php.
enum PRAY_DEPENDENCY_CREATURE [related] |
Value: 10.
Definition at line 37 of file PrayDependency.php.
enum PRAY_DEPENDENCY_GENE [related] |
Value: 3.
Definition at line 27 of file PrayDependency.php.
enum PRAY_DEPENDENCY_IMAGE [related] |
Value: 2.
Definition at line 25 of file PrayDependency.php.
enum PRAY_DEPENDENCY_OVERLAY [related] |
Value: 5.
Definition at line 31 of file PrayDependency.php.
enum PRAY_DEPENDENCY_SOUND [related] |
Value: 1
Definition at line 23 of file PrayDependency.php.