c2ephp

PrayDependency Class Reference

Dependency class used in various PrayBlocks. More...

List of all members.

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...

Detailed Description

Dependency class used in various PrayBlocks.

Known classes that use it: AGNTBlock, DSAGBlock, EGGSBlock

Definition at line 44 of file PrayDependency.php.


Member Function Documentation

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.

Parameters:
$categoryOne of the PRAY_DEPENDENCY_* constants
$filenameThe name of the file this dependency relates to.

Definition at line 57 of file PrayDependency.php.


Friends And Related Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations