mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-28 10:27:53 -05:00
Added BO1 ZM rawfiles
This commit is contained in:
456
BO1/PC/ZM/expressions/functions.txt
Normal file
456
BO1/PC/ZM/expressions/functions.txt
Normal file
@ -0,0 +1,456 @@
|
||||
// When adding or removing entries from this file you must modify the
|
||||
// g_expFunctionNames[] array and expFunctionEnum enum to match
|
||||
// in universal/com_expressions_eval.cpp
|
||||
|
||||
// order does not matter
|
||||
// case does not matter
|
||||
|
||||
sin
|
||||
cos
|
||||
min
|
||||
max
|
||||
milliseconds
|
||||
dvar
|
||||
dvarint
|
||||
dvarbool
|
||||
dvarfloat
|
||||
dvarstring
|
||||
ui_active
|
||||
flashbanged
|
||||
scoped
|
||||
scoreboard_visible
|
||||
inkillcam
|
||||
isdualwield
|
||||
isfuelweapon
|
||||
player
|
||||
selecting_location
|
||||
team
|
||||
otherteam
|
||||
marinesfield
|
||||
opforfield
|
||||
menuisopen
|
||||
writingdata
|
||||
inlobby
|
||||
inprivateparty
|
||||
privatepartyhost
|
||||
privatepartyhostinlobby
|
||||
aloneinparty
|
||||
sameclanmembersinparty
|
||||
aloneinlobby
|
||||
adsjavelin
|
||||
weaplockblink
|
||||
weapattacktop
|
||||
weapattackdirect
|
||||
secondsastime
|
||||
tablelookup
|
||||
statstablelookup
|
||||
getclassbonus
|
||||
locstring
|
||||
localvarint
|
||||
localvarbool
|
||||
localvarfloat
|
||||
localvarstring
|
||||
timeleft
|
||||
secondsascountdown
|
||||
gamemsgwndactive
|
||||
int
|
||||
string
|
||||
float
|
||||
gametypename
|
||||
gametype
|
||||
gametypedescription
|
||||
scoreatrank
|
||||
friendsonline
|
||||
spectatingclient
|
||||
keybinding
|
||||
actionslotusable
|
||||
hudfade
|
||||
maxrecommendedplayers
|
||||
acceptinginvite
|
||||
gamehost
|
||||
isvisibilitybitset
|
||||
issplitscreen
|
||||
issplitscreenhost
|
||||
splitscreennum
|
||||
iscinematicfinished
|
||||
isselectinglocationalkillstreak
|
||||
isselectingairstrike
|
||||
isselectingartillery
|
||||
isselectingnapalm
|
||||
isselectingmortar
|
||||
isselectingcomlink
|
||||
hasfriends
|
||||
haspendingfriends
|
||||
hasinvites
|
||||
partyismissingmappack
|
||||
partymissingmappackerror
|
||||
anynewmappacks
|
||||
isintermission
|
||||
issuperuser
|
||||
isautojoindevuser
|
||||
isitemlocked
|
||||
isitemdualwieldlocked
|
||||
isitemdualwieldpurchased
|
||||
isitemnew
|
||||
getitemref
|
||||
getitemname
|
||||
getitemimage
|
||||
getitemunlocklevel
|
||||
getitemunlockplevel
|
||||
getitemdesc
|
||||
getitemindex
|
||||
getitemdualwieldindex
|
||||
getitemdualwieldbaseindex
|
||||
getitemcost
|
||||
getitemdualwieldcost
|
||||
getitemsellprice
|
||||
getitemcount
|
||||
getitemgroup
|
||||
getstatbyname
|
||||
isclanowner
|
||||
isclanadmin
|
||||
isclanmember
|
||||
getclanrank
|
||||
getxuid
|
||||
getselfgamertag
|
||||
getrankbyxuid
|
||||
getprestigebyxuid
|
||||
getcodpointsbyxuid
|
||||
getdisplaylevelbyxuid
|
||||
getclanshortdescription
|
||||
getclanlongdescription
|
||||
getclanDateFounded
|
||||
getclanmembercount
|
||||
getclanonlinemembercount
|
||||
getclanname
|
||||
getclanmotd
|
||||
getclantagandname
|
||||
getrecommendedplayercount
|
||||
getMutedStatus
|
||||
getUIRect
|
||||
getFeederData
|
||||
hasFocus
|
||||
isVisible
|
||||
getRank
|
||||
getPrestige
|
||||
getPlayerCardTitle
|
||||
getdefaultclassslot
|
||||
getcacFactionNameWithButtons
|
||||
getitemattachment
|
||||
getstatforfriendorself
|
||||
getsortedstatsforfriendorself
|
||||
getfloatasformattedstring
|
||||
changeSortedStatsPivot
|
||||
canScrollUpOrDown
|
||||
getCurrentScrollBarPosition
|
||||
getCombatRecordInfoBarWidth
|
||||
getCombatRecordInfoBarText
|
||||
getCombatRecordInfoBarTagText
|
||||
getCombatRecordHistogramHeight
|
||||
getCombatRecordPieChartText
|
||||
getCombatRecordMinMaxScore
|
||||
getCombatRecordFailedContracts
|
||||
getCombatRecordLockedString
|
||||
getNumWagerMatchesPlayed
|
||||
getNumWagerMatchesWon
|
||||
getAfterActionReportAwardsInfo
|
||||
getNumPersonalBests
|
||||
getPersonalBestName
|
||||
getPersonalBestValue
|
||||
getPersonalBestDelta
|
||||
getPersonalBestPrefix
|
||||
getNumWeaponUnlocks
|
||||
getNumFeatureUnlocks
|
||||
getUnlockedWeaponItemIndex
|
||||
getUnlockedFeatureItemIndex
|
||||
getNumStatsMilestones
|
||||
getStatsMilestoneValue
|
||||
getStatsMilestoneName
|
||||
getNumChallenges
|
||||
getCurrentChallengeXpReward
|
||||
getCurrentChallengeCpReward
|
||||
getCurrentChallengeProgress
|
||||
isCurrentChallengeItemClassified
|
||||
getTotalMatchesPlayed
|
||||
getCopyClassConfirmationText
|
||||
getCopyClassDialogTitle
|
||||
isFileshareDataSummaryValid
|
||||
getFileshareRecentGamesCount
|
||||
getFileshareGameMap
|
||||
getFileshareGameMapName
|
||||
getFileshareGameType
|
||||
getFileshareGameTypeName
|
||||
getFileshareGameDate
|
||||
getFileshareFileName
|
||||
getFileshareFileId
|
||||
getFileshareFileSize
|
||||
getImageWidth
|
||||
getTextWidth
|
||||
getcomposite
|
||||
iscompositevalid
|
||||
isSignedIn
|
||||
isProfileSignedIn
|
||||
gettoastpopupwidth
|
||||
gettoastpopupicon
|
||||
gettoastpopuptitle
|
||||
gettoastpopupdescription
|
||||
getNumLives
|
||||
playersAlive
|
||||
getPlaylistMaxPartySize
|
||||
getTime
|
||||
getBombTime
|
||||
canSpecCycle
|
||||
canSpecFree
|
||||
getDStat
|
||||
getDStatForPreviousMatch
|
||||
isStableStatsBufferInitialized
|
||||
getClientInPlace
|
||||
getClientName
|
||||
toOrdinal
|
||||
getScoreForClient
|
||||
isDemoPlaying
|
||||
isDemoClipRecording
|
||||
isDemoClipPlaying
|
||||
isDemoMovieRendering
|
||||
isDemoThirdPersonCamera
|
||||
isDemoMovieCamera
|
||||
isDisplayingPartyScoreboard
|
||||
getDemoTitleName
|
||||
getDemoTitleDescription
|
||||
getDemoAuthor
|
||||
getDemoTimeInfo
|
||||
getDemoDuration
|
||||
getDemoSegmentCount
|
||||
getDemoSegmentInformation
|
||||
isClipModified
|
||||
canStartDemoPlayback
|
||||
getDemoSaveScreenName
|
||||
getDemoSaveScreenDescription
|
||||
getTheaterFilmNotSelectedMessage
|
||||
isItemPurchased
|
||||
isCurrentItemPurchased
|
||||
isCurrentItemAttachmentPurchased
|
||||
isCurrentItemOptionPurchased
|
||||
isItemAttachmentPointPurchased
|
||||
getCurrentItemCost
|
||||
getCurrentItemSellPrice
|
||||
getCurrentItemAttachmentCost
|
||||
getCurrentItemName
|
||||
getCurrentItemIndex
|
||||
getCurrentItemAttachmentName
|
||||
getCurrentItemAttachmentDesc
|
||||
getCurrentItemNumAttachments
|
||||
getItemNumAttachmentsEquipped
|
||||
getItemEquippedAttachment
|
||||
getCurrentItemAttachmentNum
|
||||
getCurrentItemAttachmentPoint
|
||||
PlaylistPlayerCount
|
||||
CategoryPlayerCountForPlaylist
|
||||
TotalPlayersInPlaylists
|
||||
GetPlayersRegisteredOnline
|
||||
getLeaderboardMinReqText
|
||||
getBaseLbMenuName
|
||||
getCurrentMapName
|
||||
getCurrentGameType
|
||||
getPreviousMapName
|
||||
getPreviousGameType
|
||||
isPartyReady
|
||||
isExtraCamActive
|
||||
getCurrentWeapon
|
||||
ShowZombieMap
|
||||
getattachmentname
|
||||
getattachmentimage
|
||||
getattachmentdesc
|
||||
GetWeaponOptionImage
|
||||
GetWeaponOptionName
|
||||
isplayerjoinable
|
||||
isplayerinvitable
|
||||
isrecommendedplayerinvitable
|
||||
isextracamstatic
|
||||
getnumitemattachmentswithattachpointINT
|
||||
getcurrentitemoption
|
||||
getweaponoptioncost
|
||||
isitemgroupnew
|
||||
select
|
||||
choose
|
||||
hastacticalmaskoverlay
|
||||
invehicle
|
||||
getnumactivecontracts
|
||||
getcurrentcontractindex
|
||||
getcontractname
|
||||
getcontractdesc
|
||||
getcontractprogress
|
||||
getcontractrequiredcount
|
||||
getcontractcost
|
||||
iscontractactive
|
||||
getindexforactivecontract
|
||||
getindexfornthactivecontract
|
||||
iscontractinprogress
|
||||
iscontractexpired
|
||||
iscontractcomplete
|
||||
getcontractcombattimeleft
|
||||
menuhasfocus
|
||||
getcustomclassloadoutitem
|
||||
getcustomclassmodifier
|
||||
getcustomclassname
|
||||
getcacitemindex
|
||||
getMachineID
|
||||
approxequals
|
||||
lbval
|
||||
statval
|
||||
areStatsFetched
|
||||
isSignedInToLive
|
||||
isprimarylocalclient
|
||||
getlocalclientnum
|
||||
getselltext
|
||||
getitemprice
|
||||
isguest
|
||||
isfriendfromxuid
|
||||
randomintrange
|
||||
getselectedemblemlayer
|
||||
getgroupscount
|
||||
isgroup
|
||||
GetWeaponOptionGroupIndex
|
||||
getDownloadProgress
|
||||
getUploadProgress
|
||||
getUploadTimeRemaining
|
||||
IsCurrentSortedItemEquipped
|
||||
IsCurrentItemEquippedInAnyCustomClass
|
||||
IsItemEquipped
|
||||
getfeedercount
|
||||
IsCurrentItemClassified
|
||||
GetCurrentItemClassifiedHintText
|
||||
arecontractsfetched
|
||||
istimesynced
|
||||
iscontractlocked
|
||||
gettimescontractpurchased
|
||||
gettimescontractpurchasable
|
||||
getcontractcooldowntime
|
||||
getremainingcontractcooldowntime
|
||||
getcontractunlocklevel
|
||||
getcontractrewardtext
|
||||
getcontractexpirationtype
|
||||
getcontractexpirationdata
|
||||
isTaskInProgress
|
||||
getplacewithtiesforscore
|
||||
getattachmentsformatted
|
||||
isinguidedmissile
|
||||
isingame
|
||||
emblemLayerState
|
||||
emblemLayerName
|
||||
emblemLayerUnlocklevel
|
||||
emblemSelectedLayer
|
||||
emblemLayerCost
|
||||
emblemSelectedIcon
|
||||
emblemIconName
|
||||
emblemIconUnlockDesc
|
||||
emblemIconCost
|
||||
emblemIconUnlockLevel
|
||||
emblemIconState
|
||||
emblemPurchasedLayerCount
|
||||
emblemIsModified
|
||||
itemhasdualwield
|
||||
itemisdualwield
|
||||
getDemoFileID
|
||||
getFileShareRating
|
||||
getautojoinlobbystatus
|
||||
getcountertotal
|
||||
canRateFilmInTheater
|
||||
IsClanTagFeatureLocked
|
||||
IsClanTagFeaturePurchased
|
||||
GetCurrentClanTagFeature
|
||||
GetClanTagFeatureCost
|
||||
GetClanTagFeatureName
|
||||
IsItemOptionPurchasedByName
|
||||
GetItemOptionByName
|
||||
GetFaceCamoIndex
|
||||
showbusydotsindicator
|
||||
howManyReadiesNeeded
|
||||
GetLiveGroupCount
|
||||
getUserTagFromIndex
|
||||
getFileShareFilterList
|
||||
canRenderClip
|
||||
canShowContentFromUser
|
||||
isContentRatingAllowed
|
||||
isDemonwareFetchingDone
|
||||
emblemBackgroundUnlockDesc
|
||||
emblemBackgroundCount
|
||||
emblemBackgroundIsLocked
|
||||
emblemBackgroundIsClassified
|
||||
emblemBackgroundIsPurchased
|
||||
emblemBackgroundMaterial
|
||||
emblemBackgroundCost
|
||||
emblemBackgroundName
|
||||
emblemPlayerBackgroundMaterial
|
||||
emblemSelectedBackground
|
||||
emblemStateDisplay
|
||||
emblemCategoryDisplay
|
||||
emblemFilterCount
|
||||
GetIndexIntoMatchScoreboard
|
||||
GetWagerPlaceForMatchScoreboard
|
||||
GetWagerGametypeNameFromEnum
|
||||
GetCollectiblesCount
|
||||
anySignedIn
|
||||
anySignedInToLive
|
||||
anySignedInToLiveAndStatsFetched
|
||||
isProItemVersionUnlocked
|
||||
IsProItemVersion
|
||||
getFlagCarrierForTeam
|
||||
getFlagStatusForTeam
|
||||
getChallengeProgressString
|
||||
getChallengeName
|
||||
getName
|
||||
getProgressString
|
||||
getXpReward
|
||||
getCpReward
|
||||
getDescription
|
||||
getChallengeDescription
|
||||
toUpper
|
||||
getPlaylistName
|
||||
getTimeUntilNewContracts
|
||||
needToPerformCommunitySearch
|
||||
getLbTypeWithButtons
|
||||
getLBFilter
|
||||
getLBTypeByDuration
|
||||
getScoreboardColumnHeader
|
||||
getProItemVersionCost
|
||||
getNumSortedItemsEquipped
|
||||
getGameInvitesCount
|
||||
getMySlotInfo
|
||||
IsAttachmentAllowedOnItemIndex
|
||||
isCurrentOrPreviousMapEntryAvailable
|
||||
getFileShareTotalVotes
|
||||
emblemFilterIconID
|
||||
GridMove
|
||||
emblemLayerCanOutline
|
||||
emblemLayerCanDuplicate
|
||||
getPooledFileDetails
|
||||
GetClanTagFeaturePlevel
|
||||
GetWeaponOptionUnlockLvl
|
||||
GetWeaponOptionUnlockPLevel
|
||||
Add64
|
||||
Sub64
|
||||
Div64
|
||||
Mul64
|
||||
IsPremiumSubscriber
|
||||
GetUserFileRating
|
||||
HostMigrationWaitingForPlayers
|
||||
IsItemUnlocked
|
||||
IsWeaponItemUnlocked
|
||||
IsWeaponItemPurchased
|
||||
IsWeaponItemClassified
|
||||
GetWeaponName
|
||||
IsGuestByXUID
|
||||
CanSwitchToLobby
|
||||
GetMapIndexByName
|
||||
GetGamemodeIndexByName
|
||||
serverSort
|
||||
serverSortDirection
|
||||
AloneInPartyIgnoreSplitscreen
|
||||
AloneInLobbyIgnoreSplitscreen
|
||||
IsViewportLarge
|
||||
IsChallengeItemPurchased
|
||||
GetChallengeAttachmentName
|
||||
IsItemLockedForAll
|
||||
getServerCounts
|
||||
GetLowestLocalCP
|
Reference in New Issue
Block a user