Added MatrixExists() function
This commit is contained in:
@@ -52,3 +52,4 @@ sub SetMatrixScale( mA, x, y, z )
|
||||
sub GetMatrixTranslation( mA, ByRef x, ByRef y, ByRef z)
|
||||
sub GetMatrixRotation( mA, ByRef x, ByRef y, ByRef z)
|
||||
sub GetMatrixScale( mA, ByRef x, ByRef y, ByRef z)
|
||||
Function MatrixExists( mA )
|
||||
|
||||
@@ -10,3 +10,5 @@ sub Push_S( str_stack, s$ )
|
||||
function Pop_S$( str_stack )
|
||||
function Stack_Size_N( num_stack )
|
||||
function Stack_Size_S( str_stack )
|
||||
Function Stack_N_Exists( num_stack )
|
||||
Function Stack_S_Exists( str_stack )
|
||||
|
||||
Reference in New Issue
Block a user