[Ajuda] DOF2
#1

Sou novo no dof2, e queria saber se existe alguma diferenзa entre usar " DOF2_SetInt " e " DOF2::SetInt ", se puderem me explicar agradeзo!
Reply
#2

й a mesma coisa.
Reply
#3

tudo a mesma coisa
ja q vc ta iniciando
uma preferencia minha, mas pode ser util
acho fica mais simples de escrever

PHP код:
#define CriarArquivo(%1)    DOF2_CreateFile(%1)
#define Existe(%1)          DOF2_FileExists(%1)
#define Excluir(%1)            DOF2_RemoveFile(%1)
#define SetInt(%1,%2,%3)    DOF2_SetInt(%1,%2,%3)
#define GetInt(%1,%2)         DOF2_GetInt(%1,%2)
#define SetBool(%1,%2,%3)    DOF2_SetBool(%1,%2,%3)
#define GetBool(%1,%2)         DOF2_GetBool(%1,%2)
#define SetStr(%1,%2,%3)       DOF2_SetString(%1,%2,%3)
#define GetStr(%1,%2)          DOF2_GetString(%1,%2)
#define SetFlt(%1,%2,%3)       DOF2_SetFloat(%1,%2,%3)
#define GetFlt(%1,%2)          DOF2_GetFloat(%1,%2)
#define Fechar()               DOF2_Exit()
#define Salvar()               DOF2_SaveFile() 
Reply
#4

Obrigado pelas respostas
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)