| 437 | typedef void (*Player_Value_fp)(int obj_handle, char op, char vhandle, void *ptr, int index); |
| 438 | OSIRISEXTERN Player_Value_fp Player_ValueFP; |
| 439 | static inline void Player_Value(int obj_handle, char op, char vhandle, void *ptr, int index = 0) { |
| 440 | Player_ValueFP(obj_handle, op, vhandle, ptr, index); |
| 441 | } |
| 442 | |
| 443 | typedef void (*Obj_SetCustomAnim_fp)(int handle, float start, float end, float time, char flags, int sound_handle, |
| 444 | char next_anim_type); |
no outgoing calls
no test coverage detected