-
Notifications
You must be signed in to change notification settings - Fork 0
Natives
lp_ edited this page Oct 31, 2022
·
33 revisions
Home ▸ Natives
only
DiscordAMX's pawn natives. More are added by the pawn librarys itself!
- INI_Delete
- INI_Open
- INI_Close
- INI_Write
- INI_Read
- INI_WriteInt
- INI_ReadInt
- INI_WriteFloat
- INI_ReadFloat
- INI_KeyExists
- INI_DeleteKey
- INI_DeleteSection
- INI_Exists
- DC_SendChannelMessage
- DC_CreateChannel
- DC_DeleteChannel
- DC_SendPrivateMessage
- DC_SendPrivateMessageEx
- DC_DeletePrivateMessage
- DC_SendChannelMessage
- DC_SendChannelMessageEx
- DC_DeleteMessage
- DC_SendEmbeddedImage
- DC_FindChannel
- DC_GetChannelName
- DC_GetChannelTopic
- DC_GetChannelMention
- DC_GetChannelType
- DC_GetMemberDisplayName
- DC_GetMemberName
- DC_GetMemberDiscriminator
- DC_GetMemberID
- DC_GetMemberAvatarURL
- DC_BanMember
- DC_UnbanMember
- DC_TimeoutMember
- DC_MemberHasRole
- DC_SetMemberRole
- DC_RevokeMemberRole
- DC_BanUser
- DC_UnbanUser
- DC_IsUserBanned
Please remember that Discord allows only a slow amount of POSTs, REQUESTs. Keep the amount of Natives called each second low as to 2-3 calls only if you don't know what native is 'dangerous' if handled wrong and reaching discord web-limits!