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