28 #ifndef __FREEWRL_WORLD_SCRIPT_LOCAL_H__
29 #define __FREEWRL_WORLD_SCRIPT_LOCAL_H__
32 void findFieldInOFFSETS(
int nodeType ,
const int field,
int *coffset,
int *ctype,
int *ckind);
33 void getJSMultiNumType (JSContext *cx,
struct Multi_Vec3f *tn,
int eletype);
34 void getMFStringtype (JSContext *cx, jsval *from,
struct Multi_String *to);
35 void getMFNodetype (
char *strp,
struct Multi_Node *tn,
struct X3D_Node *parent,
int ar);
36 void SetMemory (
int type,
void *destptr,
void *srcptr,
int len);
39 int ScanValtoBuffer(
int *quant,
int type,
char *buf,
void *memptr,
int bufsz);
40 int findIndexInFIELDNAMES(
int index,
const char** arr,
size_t arrCnt);