Categories > Coding > C# >

What does [api.IsUpdated] do?

JamAdventurer

JamStudios Corporation

Posts: 13

Threads: 6

Joined: Mar, 2022

Reputation: 0

Posted

I don't know how to use api.IsUpdated, It isn't found in the documentation and well.. I don't know how to use this, so anyone know how to use it?

  • 0

An Official Account:- Jam

Posts: 2

Threads: 0

Joined: Apr, 2022

Reputation: 1

Replied

It says the title it self. It checks if api is updated..

  • 0

Hi Peeps

JamAdventurer

JamStudios Corporation

Posts: 13

Threads: 6

Joined: Mar, 2022

Reputation: 0

Replied

But how do you use it? 

  • 0

Added

What does it output? 

  • 0

An Official Account:- Jam

z_Kenneth

roachcock#3492

vip

Posts: 153

Threads: 14

Joined: Oct, 2021

Reputation: 5

Replied

@JamAdventurer well if api is not updated then api update

  • 0

ecstacy_lxnny

yea i'm lxnny

vip

Posts: 941

Threads: 84

Joined: May, 2021

Reputation: 98

Replied

I think it's a bool, means it can be either true or false. You can use it in a simple if else statement to check if the API is updated :)

  • 1

im bipolar btw

Posts: 511

Threads: 32

Joined: Aug, 2021

Reputation: 58

Replied

if(!api.IsUpdated()) {
// API isn't updated, we could show a messagebox to the user saying that it isn't updated
}

  • 1

Added

@_realnickk nooo!!!!!

  • 0

Added

@Astronemi 😭😭😭

/charsssss

  • 0

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

@JamAdventurer No offense but please learn about bool values and c#.

 

if (api.IsUpdated())
{
     //congrats its updated keep doing ur sh**
}
else
{
//OH NO ITS OUTDATED also plz learn bools
}
  • 0

Luau

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )