Knuckle Cracker

Creeper World 3 => The Coder's Corner => Topic started by: Clean0nion on November 29, 2013, 07:00:24 PM

Title: SetDigitalisRaw and GetDigitalisRaw
Post by: Clean0nion on November 29, 2013, 07:00:24 PM
What do they do - and how are they used?
Title: Re: SetDigitalisRaw and GetDigitalisRaw
Post by: ThirdParty on November 29, 2013, 09:20:30 PM
My understanding is that they're equivalent to GetDigitalis and SetDigitalis except that they use integers on a scale from 0 to 1000000, rather than floats from 0.0 to 1.0.

I've created pages for them on the wiki.
Title: Re: SetDigitalisRaw and GetDigitalisRaw
Post by: Clean0nion on November 30, 2013, 11:55:16 AM
Quote from: ThirdParty on November 29, 2013, 09:20:30 PM
My understanding is that they're equivalent to GetDigitalis and SetDigitalis except that they use integers on a scale from 0 to 1000000, rather than floats from 0.0 to 1.0.

I've created pages for them on the wiki.
Aha! Thank you.