RSDKv3 CheckGreater¶ Description¶ Checks if X is greater than Y and stores the result in CheckResult. Parameters¶ X, Y The values to check. Return Value¶ Sets CheckResult to the result. Syntax¶ CheckGreater(int X, int Y) Example¶ CheckGreater(Object.Value0, 23)