GetLockUnlockDC(object)
Find a lock's unlock DC.
int GetLockUnlockDC( object oObject );
Parameters
oObject
The locked object.
Description
Returns an integer that indicates the unlock DC for the lock. If the object doesn't have an unlock DC then the function returns 0.
Version
1.22
Example
// This will return "door"'s Unlock DC
void main()
{
object a;
a = GetObjectByTag("door");
SendMessageToPC(GetFirstPC(),IntToString(GetLockUnlockDC(a)));
}
See Also
| functions: | SetLockUnlockDC | GetLockLockDC | SetLockLockDC |
| categories: | Get Data Functions | Get Data from Object Functions |
author: GoLeM, editor: Kristian Markon, Mistress