This shows you the differences between two versions of the page.
— |
sound_func [2022/03/22 16:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Scripting - Sound data and function ====== | ||
+ | Here can find some information about Enhanced Scripting function and data misc! | ||
+ | |||
+ | ===== Debug ===== | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |void | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |Sound | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |bool True/False True - Enable logging False - Disable logging | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | | True - Sound played, False timeout occurred | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |Sound | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |List[Int32] soundIds, int timeout | ||
+ | |||
+ | |} | ||
+ | |||