CEL

Public API Reference

iTransformQuestSeqOpFactory Struct Reference

This interface is implemented by the seqop that transforms meshes. More...

#include <tools/questmanager.h>

List of all members.

Public Member Functions

virtual void SetEntityParameter (const char *entity, const char *tag=0)=0
 Set the entity containing the pcmesh (either entity name or a parameter if it starts with '$').
virtual void SetRotationParameter (int rot_axis, const char *rot_angle)=0
 Set the relative rotation parameter.
virtual void SetVectorParameter (const char *vectorx, const char *vectory, const char *vectorz)=0
 Set the relative movement vector parameter.


Detailed Description

This interface is implemented by the seqop that transforms meshes.

You can query this interface from the seqop factory if you want to manually control this factory as opposed to loading its definition from an XML document.

The predefined name of this seqop type is 'cel.questseqop.transform'.

In XML, factories recognize the following attributes on the 'op' node:

Definition at line 1708 of file questmanager.h.


Member Function Documentation

virtual void iTransformQuestSeqOpFactory::SetEntityParameter ( const char *  entity,
const char *  tag = 0 
) [pure virtual]

Set the entity containing the pcmesh (either entity name or a parameter if it starts with '$').

Parameters:
tag is the optional tag of the entity or a parameter (starts with '$').

virtual void iTransformQuestSeqOpFactory::SetRotationParameter ( int  rot_axis,
const char *  rot_angle 
) [pure virtual]

Set the relative rotation parameter.

Parameters:
rot_axis is 0, 1, or 2 for x, y, or z axis.
rot_angle the amount of rotation.

virtual void iTransformQuestSeqOpFactory::SetVectorParameter ( const char *  vectorx,
const char *  vectory,
const char *  vectorz 
) [pure virtual]

Set the relative movement vector parameter.


The documentation for this struct was generated from the following file:
Generated for CEL: Crystal Entity Layer by doxygen 1.4.7