From 184a232ccc85fc3aa16d7e5f3adbe55e2b379562 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 21 Sep 2012 04:09:09 +0000 Subject: 2.49 feature: Game Controller State name shows up when mouse over them (the name of a state is the name of the top controller of this state) review and small tweaks by Campbell Barton --- source/blender/blenkernel/BKE_sca.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenkernel/BKE_sca.h') diff --git a/source/blender/blenkernel/BKE_sca.h b/source/blender/blenkernel/BKE_sca.h index 22b44511195..d598a26fdf9 100644 --- a/source/blender/blenkernel/BKE_sca.h +++ b/source/blender/blenkernel/BKE_sca.h @@ -74,5 +74,7 @@ void sca_move_sensor(struct bSensor *sens_to_move, struct Object *ob, int move_u void sca_move_controller(struct bController *cont_to_move, struct Object *ob, int move_up); void sca_move_actuator(struct bActuator *act_to_move, struct Object *ob, int move_up); +const char *sca_state_name_get(Object *ob, short bit); + #endif -- cgit v1.2.3