Previous Topic: GetPlatformNext Topic: IsLikeNT


if

if

Begins a conditional statement.

Usage:
if (<condition>)
   DoSomething();