merryMalfunctioning Posted March 12, 2021 Posted March 12, 2021 (Mistakenly posted this in Sexlab developement) In a HookAnimationStart event, how would one find out the tags of the animation that is about to run?
Monoman1 Posted March 12, 2021 Posted March 12, 2021 6 hours ago, markdf said: (Mistakenly posted this in Sexlab developement) In a HookAnimationStart event, how would one find out the tags of the animation that is about to run? String[] Tags = sexlab.HookAnimation(tid).GetTags()
merryMalfunctioning Posted March 12, 2021 Author Posted March 12, 2021 18 minutes ago, Monoman1 said: String[] Tags = sexlab.HookAnimation(tid).GetTags() Perfect, thank you! Turns out I was trying to get the tags on ThreadController, rather than the animation itself. ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.