Difference between revisions of "Category:Functions"

From Soldat Community Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
* function[[ScriptCore3.QuoteRegExprMetaChars|QuoteRegExprMetaChars]](const AStr: string): string
 
* function[[ScriptCore3.QuoteRegExprMetaChars|QuoteRegExprMetaChars]](const AStr: string): string
 
* function [[ScriptCore3.RegExprSubExpressions|RegExprSubExpressions]](const ARegExpr: string; ASubExprs : TStrings; AExtendedSyntax: boolean): integer
 
* function [[ScriptCore3.RegExprSubExpressions|RegExprSubExpressions]](const ARegExpr: string; ASubExprs : TStrings; AExtendedSyntax: boolean): integer
 +
* function [[ScriptCore3.EncodeDate|EncodeDate]](Year, Month, Day: Word): [[TDateTime]]
 +
* function [[ScriptCore3.EncodeTime|EncodeTime]](Hour, Min, Sec, MSec: Word): [[TDateTime]]
 +
* function [[ScriptCore3.TryEncodeDate|TryEncodeDate]](Year, Month, Day: Word; var Date: [[TDateTime]]): Boolean
 +
* function [[ScriptCore3.TryEncodeTime|TryEncodeTime]](Hour, Min, Sec, MSec: Word; var Time: [[TDateTime]]): Boolean
 +
* procedure [[ScriptCore3.DecodeDate|DecodeDate]](const DateTime: [[TDateTime]]; var Year, Month, Day: Word)
 +
* procedure [[ScriptCore3.DecodeTime|DecodeTime]](const DateTime: [[TDateTime]]; var Hour, Min, Sec, MSec: Word)
 +
* function [[ScriptCore3.DayOfWeek|DayOfWeek]](const DateTime: [[TDateTime]]): Word
 +
* function [[ScriptCore3.Date|Date]]: [[TDateTime]]
 +
* function [[ScriptCore3.Time|Time]]: [[TDateTime]]
 +
* function [[ScriptCore3.Now|Now]]: [[TDateTime]]
 +
* function [[ScriptCore3.DateTimeToUnix|DateTimeToUnix]](D: [[TDateTime]]): Int64
 +
* function [[ScriptCore3.UnixToDateTime|UnixToDateTime]](U: Int64): [[TDateTime]]
 +
* function [[ScriptCore3.DateToStr|DateToStr]](D: [[TDateTime]]): String
 +
* function [[ScriptCore3.StrToDate|StrToDate]](const s: String): [[TDateTime]]
 +
* function [[ScriptCore3.FormatDateTime|FormatDateTime]](const fmt: String; D: [[TDateTime]]): String
 +
* procedure [[ScriptCore3.UnloadDll|UnloadDll]](s: string)
 +
* function [[ScriptCore3.DLLGetLastError|DLLGetLastError]]: Longint
 +
* function [[ScriptCore3.Distance|Distance]](X1, Y1, X2, Y2: Single): Single
 +
* function [[ScriptCore3.menu2obj|menu2obj]](Style: Byte): Byte
 +
* function [[ScriptCore3.menu2weap|menu2weap]](Style: Byte): Byte
 +
* function [[ScriptCore3.obj2menu|obj2menu]](Style: Byte): Byte
 +
* function [[ScriptCore3.obj2weap|obj2weap]](Style: Byte): Byte
 +
* function [[ScriptCore3.weap2menu|weap2menu]](Style: Byte): Byte
 +
* function [[ScriptCore3.weap2obj|weap2obj]](Style: Byte): Byte
 +
  
 
[[Category:ScriptCore 3]]
 
[[Category:ScriptCore 3]]

Latest revision as of 13:10, 1 May 2018