r3oflc

r3oflc

Class

plugins/dtype/flc/r3oflc.h

Library

r3flc

Description:

Autodesk Flc OutputSettings Class

See Also

real/frio/r3oanim.h

Super Class

r3Animoutputsettings

R3CLID_ANIMOUTPUTSETTINGS

JavaScript

r3Flcsettings

Class Identifier

R3CLID_FLCSETTINGS - 575

Methods

Attributes

Speed,

Registration

int R3RegisterFlcSettingsClass(R3APP *app);

Speed

Attribute

Speed

Identifier

R3FLCOSETA_Speed

JavaScript type

Integer

C type

int

Description

'R3FLCOSETA_Speed' not documented

Syntax


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


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


r3appobj *