Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)DrDanJune 27, 2007 at 1:35 PM#Integer limitsWhat are the integer sizes in NSIS? Are they 32 bit? I couldn't find the details anywhere in the documentation. Thanks.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikJune 27, 2007 at 1:38 PM#They're 32-bit. You can use IntCmpU to compare integers as unsigned. You can use the System plug-in for 64-bit integers and the Math plug-in for floats.