Property | Type | Description | |
---|---|---|---|
verifyCount | int |
Method | Description | |
---|---|---|
AssetExists ( int index ) : bool | ||
CheckAllFileNamesOrClips ( ) : void | ||
CheckAllLineIssues ( ) : void | ||
CheckLineIssues ( int index ) : void | ||
VerifyFileNameOrClip ( int index ) : void | ||
VerifySpeakerName ( int index ) : void | ||
VerifySpeechText ( int index ) : void |
Method | Description | |
---|---|---|
ValidFileName ( string fileName ) : bool |
This assumes proper sanitization was carried out by SetFileName()
|
|
VerifyFileNameOrClip ( int index, bool allowFurtherCalls ) : void |
public static AssetExists ( int index ) : bool | ||
index | int | |
return | bool |
public static CheckAllFileNamesOrClips ( ) : void | ||
return | void |
public static CheckLineIssues ( int index ) : void | ||
index | int | |
return | void |
public static VerifyFileNameOrClip ( int index ) : void | ||
index | int | |
return | void |
public static VerifySpeakerName ( int index ) : void | ||
index | int | |
return | void |
public static VerifySpeechText ( int index ) : void | ||
index | int | |
return | void |