Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

IMySoundBlock has limitations?

$
0
0
I am using the Audio Mod ( http://steamcommunity.com/sharedfiles/filedetails/?id=420416429 ) that has over 150+ sound samples.

I would love it if I could change tracks, skip track back/forward, skip forward/backwards NN seconds, get track length, and also other manipulation.
Code:
	IMySoundBlock soundblock = GridTerminalSystem.GetBlockWithName("Sound Block") as IMySoundBlock;
	soundblock.AddTrackToSelection("Eye Of Tiger", false);
	soundblock.AddTrackToSelection("Unforgiven",...
IMySoundBlock has limitations?

Viewing all articles
Browse latest Browse all 903

Trending Articles