generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
11
_module/nss/vtw_allowalign.nss
Normal file
11
_module/nss/vtw_allowalign.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//allow alignment shift from setup helper
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(GetModule(), "iAllowAlignmentShift") == 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user