Vurv78 / WebAudio

A safe, efficient and powerful replacement for Streamcore that adds playing & manipulating URL streams through IGmodAudioChannel/BASS
https://steamcommunity.com/sharedfiles/filedetails/?id=2466875474
MIT License
18 stars 3 forks source link

Use e2function Definitions #68

Open Denneisk opened 11 months ago

Denneisk commented 11 months ago

Bring E2 function definitions up to current Wiremod standards using e2function syntax.

Vurv78 commented 11 months ago

It was using e2function syntax before. I changed it to use registerFunction since there was something very internal in the preprocessor that was screwing up and I didn't want to bother investigating. Also has the bonus of not messing with your editor

Denneisk commented 11 months ago

Wonderful. Can't even use the legacy attribute? Did you check if it happens in the compiler rewrite?

Also has the bonus of not messing with your editor

That's a very strong point.

Vurv78 commented 11 months ago

This is far before the compiler rewrite was even a thing, And the legacy attribute is automatically true

Denneisk commented 11 months ago

Well, something for future consideration, I guess. And I meant setting legacy to false, my bad.