r3dtflc

r3dtflc

Class

plugins/dtype/flc/r3dtflc.h

Library

r3flc

Description:

Autodesk Flc Animation data type Class

See Also

real/dtype/r3dtanim.h

Super Class

r3Dtanim

R3CLID_DTANIM

JavaScript

r3Dtflc

Class Identifier

R3CLID_DTFLC - 573

Methods

Attributes

Speed,

Registration

int R3RegisterDtFlcClass(R3APP *app);

Speed

Attribute

Speed

Identifier

R3DTFLCA_Speed

JavaScript type

Integer

C type

int

Description

'R3DTFLCA_Speed' not documented

Syntax


jsobj.SetSpeed(value);
value = jsobj.GetSpeed();


int value = ...;
R3SetAttrs(r3obj, R3DTFLCA_Speed, value, R3TAG_END);
int value;
R3GetAttrs(r3obj, R3DTFLCA_Speed, &value, R3TAG_END);


r3flcchunk_t R


r3appobj *