|
c2ephp
|
defines a dependency which is used in a COB file */ More...
Public Member Functions | |
| COBDependency ($type, $name) | |
| Creates a new COBDependency. | |
| GetDependencyType () | |
| Gets the dependency type. | |
| GetDependencyName () | |
| Gets the name of the dependency. | |
defines a dependency which is used in a COB file */
Definition at line 374 of file AgentBlock.php.
| COBDependency::COBDependency | ( | $ | type, |
| $ | name | ||
| ) |
Creates a new COBDependency.
| $type | The type of dependency ('sprite' or 'sound'). |
| $name | The name of the dependency (four characters, no file extension) |
Definition at line 386 of file AgentBlock.php.
| COBDependency::GetDependencyName | ( | ) |
| COBDependency::GetDependencyType | ( | ) |