added callfunc_push_floatrf
This commit is contained in:
parent
662b2dae95
commit
2f2dd60754
|
@ -590,7 +590,7 @@ native callfunc_push_int(value);
|
||||||
native callfunc_push_str(value[]);
|
native callfunc_push_str(value[]);
|
||||||
native callfunc_push_float(Float: value);
|
native callfunc_push_float(Float: value);
|
||||||
native callfunc_push_intrf(&value);
|
native callfunc_push_intrf(&value);
|
||||||
//native callfunc_push_floatrf(Float&: value);
|
native callfunc_push_floatrf(& Float: value);
|
||||||
|
|
||||||
/* Make the actual call.
|
/* Make the actual call.
|
||||||
* Return value of the function called. */
|
* Return value of the function called. */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user