c2ephp

COBDependency Class Reference

defines a dependency which is used in a COB file */ More...

List of all members.

Public Member Functions

 COBDependency ($type, $name)
 Creates a new COBDependency.
 GetDependencyType ()
 Gets the dependency type.
 GetDependencyName ()
 Gets the name of the dependency.

Detailed Description

defines a dependency which is used in a COB file */

Definition at line 374 of file AgentBlock.php.


Member Function Documentation

COBDependency::COBDependency ( type,
name 
)

Creates a new COBDependency.

Parameters:
$typeThe type of dependency ('sprite' or 'sound').
$nameThe name of the dependency (four characters, no file extension)

Definition at line 386 of file AgentBlock.php.

COBDependency::GetDependencyName ( )

Gets the name of the dependency.

Returns:
string

Definition at line 399 of file AgentBlock.php.

COBDependency::GetDependencyType ( )

Gets the dependency type.

Returns:
string

Definition at line 393 of file AgentBlock.php.


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