Changeset 882 for Daodan/src/Daodan_BSL.c
- Timestamp:
- Jun 4, 2013, 5:35:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_BSL.c
r877 r882 85 85 end = args[1].val.value_int32; 86 86 } 87 87 88 88 ret->val.value_int32 = start + (rand() % (uint32_t)(end - start + 1)); 89 89 ret->type = sl_int32; … … 857 857 SLrScript_Command_Register_ReturnType("st", "Prints to console in color", "", sl_void, bsl_dprintcolored); 858 858 SLrScript_Command_Register_ReturnType("d_dprint", "Prints to console in color", "", sl_void, bsl_dprintcolored); 859 860 SLrGlobalVariable_Register_Int32("show_triggervolumes", "Show trigger volumes", &OBJgTriggerVolume_Visible); 859 861 } 860 862
Note:
See TracChangeset
for help on using the changeset viewer.